Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Fundamental Of Kubernetes Object Pod:

Sumit Rawal answered on May 6, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • kubernetes get inside pod
  • kubernetes login to pod
  • describe pod kubectl command
  • accessing kube api from a pod
  • how get pods in kuber
  • how to get inside and interact with kubernetes pod inside a namespace
  • kubernetes kind
  • kubernetes pod
  • What is a pod in Kubernetes?
  • what is pods in kubernetes
  • kubernetes check pod resource limits
  • docker equivalent to kubectl describe pod
  • What do you know about clusters in Kubernetes?
  • kubernetes objects
  • the basic kubernets objects include
  • fundamentals of pods
  • concurrency policy kubernetes
  • kubernetes fundamentals in docker kind
  • What do you know about clusters in Kubernetes?
  • Kubernetes Basic Concepts
  • Conclusion: A Complete Guide to Kubernetes
  • what are pods in kubernetes

  • Fundamental Of Kubernetes Object Pod:

    0

    Fundamental Of Kubernetes Object Pod:

    A Pod (as in a pod of whales or pea pod) is a group of one or more containers, with shared storage and

    network resources, and a specification for how to run the containers.

    1.

    When a Pod creation happen then master will automatically decide that on which node it should create until

    you have not specified the node.

    2.

    Pods remain on node until is not terminated or until node failure not happen , until pod is not deleted, lack

    of required resource of pod creation

    3.

    4. If node die then after a timeout period pod will also get delete

    5. If a pod get deleted then same pod (id) cannot restart always start a new pod with different unique ID

    6. Volume inside pod also die if the pods die

    7. Controller can manage pod autoscaling, self-healing etc 

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on May 06 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.