DevOps Classroomnotes 26/Apr/2023

Pods (Contd)

Imperative Way to manage k8s objects

Pod lifecycle

  • K8s Pods will have following states
    • Pending
    • Running
    • Succeded
    • Failed
    • Unknown

Container States in k8s pod

  • Waiting
  • Running
  • Terminated
  • Refer Here for container states
  • IN pods we can specify container restart policy Refer Here

Container restart policy

  • Lets try to create a short lived contianer with different restart policies
  • Refer Here for manifests with restartPolicy
    • always (Default)
      Preview
    • never
      Preview
    • OnFailure
      • exit code => success
      • exit code => failure
        Preview

Leave a Reply

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

About continuous learner

devops & cloud enthusiastic learner