Cyberithub

How to Install Ansible on Ubuntu 18.04 with Best Practices

In this tutorial, we will go through the steps to install Ansible on Ubuntu Server 18.04. Ansible is an open-source software provisioning, configuration management, and application-deployment tool. It runs on many Unix-like systems, and can configure both Unix-like systems as well as Microsoft Windows. It includes its own declarative language to describe system configuration. We … Read more

How to manage ports in Docker(v1.13)

In this article, I will take you through the steps to manage ports in Docker. By default, when you create a container, it does not publish any of its ports to the outside world. To make a port available to services outside of Docker, or to Docker containers which are not connected to the container’s … Read more

How to install and configure Kubernetes on RedHat/CentOS 7 with Best Example

In this tutorial, I will take you through the steps to install and configure Kubernetes on CentOS 7. Kubernetes is an open-source container-orchestration system for automating application deployment, scaling, and management. It was originally designed by Google, and is now maintained by the Cloud Native Computing Foundation. Kubernetes can be installed and deployed using following … Read more

How to Install Docker on CentOS 7 with Best Practices

In this article, i will take you through the steps to install docker on CentOS 7. Docker is an open source software platform to create, deploy and manage virtualized application containers on a common operating system (OS), with an ecosystem of allied tools. Docker Inc., the company that originally developed Docker, supports a commercial edition … Read more

Best 15 kubectl and kubeadm Commands

This article is about kubeadm commands and kubectl commands. Kubernetes is an Open source tool that allows us to deploy and manage containerized applications at scale. It makes us easy to deploy and operate applications in a microservice environments. It was Originally developed by Google. Google first created Kubernetes based on its own software for … Read more