Kubernetes Assignment for Administrator

– Top 10 k8 API Resources which is being by Kubernetes Admin bindings configmaps endpoints events namespaces nodes persistentvolumeclaims persistentvolumes pods policies – Top 10 kubectl commands to troubleshoot Kubernetes kubectl top kubectl get pods –all-namespaces kubectl get nodes kubectl cluster-info kubectl logs ${POD_NAME} ${CONTAINER_NAME} kubectl get events kubectl get secrets kubectl describe <pod> kubectl create <pod> kubectl exec ${POD_NAME} -c ${CONTAINER_NAME} — ${CMD} ${ARG1} – Top 15 commands which is being used by Kubernetes Administrator kubectl create -f FILENAME

Read more