The Digital.ai Release Kubernetes plugin allows you to create and remove resources on Kubernetes hosts as part of your release processes.Kubernetes is an open source container management system. It enables you to automate deployment, scaling, and operations of application containers across clustered environments.
Steps
kubernetes.KubectlHost:
kubernetes.KubectlConfig: Connection definition for kubernetes cluster
kubernetes.conf: Configuration definition for kubernetes
kubernetes.task: Abstract base task which can be extended by other tasks
kubernetes.executeCommand: Executes the given kubectl commands
kubernetes.createConf: Creates resources in Kubernetes
kubernetes.removeConf: Removes the resource in Kubernetes
kubernetes.wait: Retries and waits until a certain condition is met in Kubernetes
kubernetes.updateManifest: Updates the manifests in Kubernetes