EKSCTL to create k8s container


Command line to create container with minikube with a single command line



EKSCTLhttps://eksctl.io/

Create with ekctl

eksctl create cluster --name test-cluster

manage with kubectl

kubectl get nodes

kubectl get ns

kubectl get pod????

Delete with eksctleksctl delete cluster
GUI

https://nirmata.com/