/
EKSCTL to create k8s container

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/



Related content

Kubernetes k8s main page
Kubernetes k8s main page
More like this
Delete pod, service, RC and namespace
Delete pod, service, RC and namespace
More like this
Install kubectl
Install kubectl
More like this
1- Deploying containerized app in kubernetes using kubernetes dashboard
1- Deploying containerized app in kubernetes using kubernetes dashboard
More like this
Create POD and Container with kubectl
Create POD and Container with kubectl
More like this
2- Scaling the number of Pods
2- Scaling the number of Pods
More like this