Services Resources - v1 offers a comprehensive suite of templates for Kubernetes Service resources, including Service, Endpoints, Ingress, and IngressClass, enabling efficient management of network services and traffic routing in clusters. These templates utilize a flexible, facet-based design with dynamic variable population, streamlining the creation and configuration of service-related resources while accommodating a wide range of networking scenarios in Kubernetes environments.
Service Resources - v1
This version offers customizable configurations to help you generate your own setup. While Kubernetes has released multiple development versions, such as v1alpha1, v1beta1, and others, in Service Resources - v1, the initial templates are derived from Kubernetes v1 release.
Resources
Resource | Description | Templates |
---|---|---|
Service | Exposes a set of pods as a network service, enabling stable access within the cluster. | v1 |
Endpoints | Represents network endpoints that a Service routes traffic to. | v1 |
Ingress | Manages external HTTP/S access to services, enabling traffic routing via rules. | v1 |
IngressClass | Defines the controller responsible for handling Ingress resources in the cluster. | v1 |
Release Status: Under Development