Learn Code Stream

Learn Code Stream

VMware vRealize Automation

Adding a Kubernetes Endpoint

In order to use a Kuberenetes Task , or to use a kubernetes cluster as your pipeline workspace , you need to configure a kubernetes endpoint .

Prerequisites

  • Any Kubernetes compliant cluster
  • Network connectivity to the Kubernetes cluster - either direct or via a Cloud Proxy (for vrealize automation cloud)
  • An authentication token, certificate, or basic authentication username and password

The type of authentication you use will be dependant on the Kubernetes cluster you are using, and what type of access you want to allow Code Stream to have. Typically a Service Account can be created with a restricted set permissions and the token of this account used to authenticate.

Last updated on 26 Apr 2022
 Edit on GitHub