Kubernetes made easy with AWS EKS
Overview Kubernetes Kubernetes (K8s) is an open-source system for automating deployment, scaling and management of containerized applications. Some of the key features of Kubernetes are: Automated rollouts and rollbacks Storage orchestration Service discovery and load balancing Self-healing Secret and configuration management Horizontal scaling AWS EKS Amazon Elastic Kubernetes Service (Amazon EKS) is a managed Kubernetes service to run Kubernetes in the AWS cloud. Amazon EKS automatically manages the availability and scalability of the Kubernetes control plane nodes responsible for scheduling containers, managing application availability, storing cluster data, and other key tasks. With Amazon EKS, you can take advantage of all the performance, scale, reliability, and availability of AWS infrastructure, as well as integrations with AWS networking and security services. Create EKS Cluster & Node Groups We will be trying to setup an EKS cluster on AWS using the following tools: ...