Resource Type: kubernetes_service

Defined in:
lib/puppet/type/kubernetes_service.rb
Providers:
swagger

Overview

Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy.

Properties

Parameters

  • name (namevar)

    Name of the service.

  • provider

    The specific backend to use for this ‘kubernetes_service` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.