Steps to Install Kubectl & eksctl on Ubuntu 20.04

Kubectl is a kubernetes command line tool. It helps to run command against Kubernetes clusters. Using kubctl we can deploy application,manage cluster resources, inspect and view logs. Eksctl is also similar to kubectl and a command line tool which is used to create & managing kubenetes cluster. There are few steps to install kubectl & …