Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • kubernetes

    1. Home>
    2. kubernetes>
    3. Page 2

    Kubernetes – Deployments

    • Post author:S J
    • Post published:August 23, 2021
    • Post category:kubernetes
    • Post comments:0 Comments

    Deployments are upgraded and higher version of replication controller. They manage the deployment of replica sets which is also an upgraded version of the replication controller. They have the capability…

    Continue ReadingKubernetes – Deployments

    Kubernetes – Replica Sets

    • Post author:S J
    • Post published:August 23, 2021
    • Post category:kubernetes
    • Post comments:0 Comments

    Replica Set ensures how many replica of pod should be running. It can be considered as a replacement of replication controller. The key difference between the replica set and the…

    Continue ReadingKubernetes – Replica Sets

    Kubernetes – Replication Controller

    • Post author:S J
    • Post published:August 23, 2021
    • Post category:kubernetes
    • Post comments:0 Comments

    Replication Controller is one of the key features of Kubernetes, which is responsible for managing the pod lifecycle. It is responsible for making sure that the specified number of pod…

    Continue ReadingKubernetes – Replication Controller

    Kubernetes – Pod

    • Post author:S J
    • Post published:August 23, 2021
    • Post category:kubernetes
    • Post comments:0 Comments

    A pod is a collection of containers and its storage inside a node of a Kubernetes cluster. It is possible to create a pod with multiple containers inside it. For…

    Continue ReadingKubernetes – Pod

    Kubernetes – Service

    • Post author:S J
    • Post published:August 23, 2021
    • Post category:kubernetes
    • Post comments:0 Comments

    A service can be defined as a logical set of pods. It can be defined as an abstraction on the top of the pod which provides a single IP address…

    Continue ReadingKubernetes – Service

    Kubernetes – Node

    • Post author:S J
    • Post published:August 23, 2021
    • Post category:kubernetes
    • Post comments:0 Comments

    A node is a working machine in Kubernetes cluster which is also known as a minion. They are working units which can be physical, VM, or a cloud instance. Each…

    Continue ReadingKubernetes – Node

    Kubernetes – Namespace

    • Post author:S J
    • Post published:August 23, 2021
    • Post category:kubernetes
    • Post comments:4 Comments

    Namespace provides an additional qualification to a resource name. This is helpful when multiple teams are using the same cluster and there is a potential of name collision. It can…

    Continue ReadingKubernetes – Namespace

    Kubernetes – Labels & Selectors

    • Post author:S J
    • Post published:August 23, 2021
    • Post category:kubernetes
    • Post comments:0 Comments

    Labels Labels are key-value pairs which are attached to pods, replication controller and services. They are used as identifying attributes for objects such as pods and replication controller. They can…

    Continue ReadingKubernetes – Labels & Selectors

    Kubernetes – Jobs

    • Post author:S J
    • Post published:August 23, 2021
    • Post category:kubernetes
    • Post comments:0 Comments

    The main function of a job is to create one or more pod and tracks about the success of pods. They ensure that the specified number of pods are completed…

    Continue ReadingKubernetes – Jobs

    Kubernetes – Images

    • Post author:S J
    • Post published:August 23, 2021
    • Post category:kubernetes
    • Post comments:2 Comments

    Kubernetes (Docker) images are the key building blocks of Containerized Infrastructure. As of now, we are only supporting Kubernetes to support Docker images. Each container in a pod has its…

    Continue ReadingKubernetes – Images
    • Go to the previous page
    • 1
    • 2
    • 3
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP