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

All Kubernetes Object list :

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

Contents


More Related Answers

  • kubectl get all the pods
  • kubectl get all namespaces
  • How to list all containers in a Pod
  • kubernetes list api resources
  • list all pods kubectl
  • how list all roles kubernetes kubectl
  • kuberentes get nodes
  • kubernetes get services
  • kubernetes list all pods names
  • kubernetes list all resources
  • kubernetes show all
  • kubernetes evict
  • kubernetes objects
  • the basic kubernets objects include
  • state of the object in kubernetes
  • Most commonly used Kubernetes commands
  • service type kubernetes

  • All Kubernetes Object list :

    0

    . Pod : A thin wrapper around one or more containers

    2. Service: Maps a fixed IP address to a logical group of pods

    3. Volume: a directory with data that is accessible across multiple containers in a Pod

    4. Namespace: a way to organize clusters into virtual sub-clusters

    5. ReplicaSets: Ensures a defined number of pods are always running

    6. Replica Controller : Ensures a defined number of pods are always running

    7. Secrets: an object that contains a small amount of sensitive data such as a password, a tok1en, or a key

    8. Config Maps: an API object that lets you store configuration for other objects to use

    9. Deployments : Details how to roll out (or roll back) across versions of your application

    10. StatefulSets: the workload API object used to manage stateful applications

    11. Jobs: Ensures a pod properly runs to completion and stop after process complete it's execution

    12. Daemon Sets: Implements a single instance of a pod on all (or filtered subset of) worker node(s)

    13. Label: Key/Value pairs used for association and filtering 

    Popularity 3/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.