Kubernetes Assignment for Administrator
Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!
We spend hours on Instagram and YouTube and waste money on coffee and fast food, but wonβt spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!
Learn from Guru Rajesh Kumar and double your salary in just one year.
β Top 10 k8 API Resources which is being by Kubernetes Admin
- Service
- ServiceAccount
- Role
- ClusterRoles
- RoleBinding
- ClusterRoleBinding
- Deployments
- Pods
- ReplicaSets
- Secrets
β Top 10 kubectl commands to troubleshoot Kubernetes
- kubectl get events/pods/svc
- kubectl describe pod/service/deployment
- kubectl explain pod
- kubectl logs
- kubectl attach pod
- kubectl exec -it pod
- kubectl debug
β Top 15 commands which is being used by Kubernetes Administrator
– kubectl commands
- kubectl describe pod/service/deployment
- kubectl get nodes
- kubectl delete node/pod/service
- kubectl scale deployment
- kubectl create -f file.yaml
- kubectl apply-f file.yaml
- kubectl drain node
– kubeadm commands
- kubeadm reset
- kubeadm join
- kubeadm init
- kubeadm upgrade
- kubeadm token create/generate/delete
– linux commands
- systemctl status/restart
- sudo su
- yum install
β Top Tools for Monitoring, Logging and Tracing Kubernetes & Apps
- Prometheus
- Jaeger
- Grafana
- Logstash
- Splunk
β Top 10 Practices for Securing Kubernetes
- Periodic up-to-date softwares
- Secure cluster
- Audit logging
- RBAC
- KMS
- Limited access to cluster
- Secured application code