ClusterIP

Contents

    Exposes a set of pods to other objects in the cluster.
    Only accessible from inside the cluster, using cluster DNS service.
    This is the default service type.

    apiVersion : v1
    kind: Service
    metadata:
      name: my-service
    spec:
      type: ClusterIP
      selector:
        component: web
      ports:
        - port: 3000
          targetPort: 3000
    


    Attachments

    Proudly Powered by Zim 0.75.2.

    Template by Etienne Gandrille, based on ZeroFiveEight and using JQuery Toc Plugin.