Category: Kubernetes, Ubuntu

In this article we will get to know what kubernetes is and try to deploy a kubernetes cluster in AWS. To get a better understanding of what kubernetes is for, it is important for you to know about containers and docker.

In short, a docker container runs our application in a virtual environment that is similar to how the application runs in a normal OS.

I find kops as the easiest and fastest way to start running your own kubernetes cluster in AWS EC2.

That way, there will be only a single entry point to manage your cluster and it is easier to secure it.

Related Articles