Depoly App On Kubernetes
Step 1 : Firstly you have to install kubectl
Link: https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/
You can verify using below command
kubectl version --client --output=yaml
Step 2 : You have to install minikube
Step 3 : Start your m...
shreyashbhise.hashnode.dev1 min read