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

Network in Kubernetes#

Sumit Rawal answered on July 29, 2023 Popularity 5/10 Helpfulness 1/10

Contents


More Related Answers

  • What are the different types of services in Kubernetes?
  • What is a Kubernetes Cluster?
  • what is orchestration in kubernetes
  • What can you tell us about the different components of Kubernetes Architecture?
  • What is Kubernetes?
  • what is kubernetes
  • what is kubernetes used for
  • Metrics server in kubernetes
  • What is Kubernetes?
  • What is Kubernetes?
  • What is Kubernetes?
  • kubernetes Networking best option
  • What are Kubernetes Annotations?
  • Using Istio for networking in Kubernetes#

  • Network in Kubernetes#

    0

    In containers, the network configurations are temporary.

    The container configuration and the data present in the containers are not persistent between executions.

    Unless and until we attach some volume to our container, the data within the containers gets lost.

    This doesn’t happen to only the data; the network configuration and the IP address assigned to the container also get deleted.

    A deployment is a grouping of Pods. Similar to the containers, once a Pod gets deleted, all its network configurations and IP assigned get deleted. So, the manual network configuration process becomes cumbersome.

    Kubernetes provides two network availability abstractions, which makes this process easier.

    The two abstractions are services and ingresses. Using this, we don’t need to worry about the underlying infrastructure or managing the IP address assignment process. 

    Popularity 5/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Tags: whatever
    Link to this answer
    Share Copy Link
    Contributed on Jul 29 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.