DevOps Classroom notes 09/Feb/2025

Kubernetes api Resources

  • kubectl cheatsheet
  • lets enable auto-complete in kubectl
  • To get to know all the resources supported by k8s cluster execute the command kubectl api-resources

Pod

  • Pod is atomic or smallest unit of creation in K8s
  • Each Pod gets an unique ip address
  • Each Pod has one or more containers in it.
  • All the containers in the POd share same namespaces.
  • K8s scaling means scaling Pods but not containers in it.
  • Easiest way to create a pod
kubectl run <name> --image <image>

  • Docker restricted resources and how to create Refer Here
Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Plugin for Social Media by Acurax Wordpress Design Studio

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version
%%footer%%