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
  • Get data the way you want

    Kubernetes – Network Policy

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

    Network Policy defines how the pods in the same namespace will communicate with each other and the network endpoint. It requires extensions/v1beta1/networkpolicies to be enabled in the runtime configuration in the API…

    Continue ReadingKubernetes – Network Policy

    Kubernetes – Secrets

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

    Secrets can be defined as Kubernetes objects used to store sensitive data such as user name and passwords with encryption. There are multiple ways of creating secrets in Kubernetes. Creating…

    Continue ReadingKubernetes – Secrets

    Kubernetes – Volumes

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

    In Kubernetes, a volume can be thought of as a directory which is accessible to the containers in a pod. We have different types of volumes in Kubernetes and the…

    Continue ReadingKubernetes – Volumes

    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
    • Go to the previous page
    • 1
    • …
    • 478
    • 479
    • 480
    • 481
    • 482
    • 483
    • 484
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP