How to setup kubectl on Macos/linux/Windows Operating system Getting kubectl up and running The Cluster API server communicates with Kubernetes through kubectl, a command-line application. The kubectl binary is accessible in many operating system package managers, which is typically far more convenient than a manual download and installation process. To install Kubernetes, follow the instructions…
Category: DevOps
How to Setup Amazon EC2 Linux-managed node group
How to Setup Amazon EC2 Linux-managed node group Follow these steps to create your Amazon EC2 Linux-managed node group. 1. Create a node IAM role and associate it with the necessary Amazon EKS IAM controlled policy. The Amazon EKS node kubelet daemon is responsible for making requests to AWS APIs on behalf of the user….
How to Setup AWS EKS Cluster using eksctl
How to Setup AWS EKS Cluster using eksctl You’ll learn to set up all the resources you’ll need to start using Amazon Elastic Kubernetes Service (Amazon EKS) using eksctl, a straightforward command-line interface for establishing and managing Kubernetes clusters on Amazon EKS. After this tutorial, you will have a fully operational Amazon EKS cluster on…