May 2021
One of the easiest ways to start your first container orchestration cluster with Kubernetes is to use Minikube. minikube is local Kubernetes, focusing on making it easy to learn and develop for Kubernetes. All you need is Docker (or similarly compatible) container or a Virtual Machine environment We will start the tutorial on a fresh […]
The following commands are required for Docker post-installation to allow the execution of Docker commands without using sudo: After the host reboots, you should be able to run commands such as docker ps or docker run without sudo.
AWS EC2 is a great service to run virtual machines in the cloud. EC2 offers hundreds of images of operating systems and pre-packaged applications to choose from when launching an instance (aka virtual machine). To start using Docker Engine and Docker Compose to create containers and stacks on AWS EC2, we recommend building on Ubuntu […]