makeporngreatagain.pro
yeahporn.top
hd xxx

Working With Kubernetes Service

458

An abstract way to expose an application running on a set of Pods as a network service.

With Kubernetes you don’t need to modify your application to use an unfamiliar service discovery mechanism. Kubernetes gives Pods their own IP addresses and a single DNS name for a set of Pods, and can load-balance across them.


Types of Services

Working with NodePort

  1. You can create service using yml definition file, please refer this link:
    kubectl create -f service-definition.yml
  2. To get list of running services:
    kubectl get services

Working with ClusterIP:

  1. You can create service using yml definition file, please refer this link:
    kubectl create -f service-definition.yml
  2. To get list of running services:
    kubectl get services

Working with LoadBalancer:

  1. You can create service using yml definition file, please refer this link:
    kubectl create -f service-definition.yml
  2. To get list of running services:
    kubectl get services

 

Leave A Reply

Your email address will not be published.

baseofporn.com https://www.opoptube.com
Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.