Debug School

PrashanthL
PrashanthL

Posted on

Kubernetes Day-2 Summary

Today I have learnt the following topics

  • Namespaces
  • Pod
  • Replica sets
  • Deployments

Kubectl api-resources

Logical separation are called Namespaces
Pod is created in Namespace, worker is created in cluster

Any object in Namespace is shown as True
Any object in cluster is shown as false

*Secret Formula - *
C - Create
R - Get, Describe
U - Edit, Apply
D - Delete

** More detail son Pod**
To be added here

Replica Set
To be added here

Deployment has 5 features
Replication, Controller, Versioning, Rollout, Rollback
Rolling update is the default

Top comments (0)