Kubernetes project using labels and selectors and deployments and services
Prerequisites
Assuming that Kubernetes installation processes are done. Let's dive in:-
Commands used for running the Kubernetes practice
To get the namespaces that are existing.
kubectl get namespaces or kubectl get ns
kubectl get pods -ns=django-...
ashjai.hashnode.dev4 min read