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

Kubernetes Components - 2

Pragya Keshap answered on February 3, 2023 Popularity 9/10 Helpfulness 1/10

Contents


More Related Answers

  • kubernetes stateful set
  • kubernetes kind
  • What can you tell us about the different components of Kubernetes Architecture?
  • Kubernetes stateful set
  • What is Kubernetes?
  • what is kubernetes
  • what is kubernetes used for
  • What is Kubernetes?
  • What is Kubernetes?
  • What is Kubernetes?
  • kubernetes objects
  • the basic kubernets objects include
  • What are some features of Kubernetes?
  • Which of the following is a Kubernetes Controller?
  • Which of the following are core Kubernetes objects?
  • Kubernetes Architecture
  • What are the features of Kubernetes?
  • Introducing Kubernetes runtime components
  • Kubernetes’ architecture as a combination of two planes
  • Why (and when) you should use Kubernetes
  • Which of the following Kubernetes components solve the need to preserve the state across container crashes?

  • Kubernetes Components - 2

    0

    Service

    Expose an application running on a set of Pods as a network service.

    Kubernetes gives Pods their own IP addresses and a single DNS name for a

    set of Pods, and can load-balance across them.

    ▪ ConfigMaps

    API object used to store non-confidential data in key-value pairs. Pods can

    consume ConfigMaps as environment variables, command-line arguments, or

    as configuration files in a volume.

    Secrets

    Store and manage sensitive information, such as passwords, OAuth tokens,

    and ssh keys.

    Volumes

    Persistent storage location that can be mounted into a pod. Volumes can be

    used to store data that needs to persist across container restarts or be shared

    between multiple containers in a pod.

    https://kubernetes.io/docs/concepts/overview/components/

    Popularity 9/10 Helpfulness 1/10 Language typescript
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 03 2023
    Pragya Keshap
    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.