How to deploy K8 apps in k8 Cluster through Jenkins?

7/31/2018

I tried to use the Kubernetes Continuous Deploy Plugin but its seem it ran on the slave and deploy the app, but I want to deploy K8 Apps in K8 cluster not in jenkins slave.

-- naren
jenkins
jenkins-plugins
kubernetes

1 Answer

8/1/2018

As it described at wiki-pages you need configure access to your kubernetes cluster.

From documentation:

In the "Kubeconfig" dropdown, select the > kubeconfig stored in Jenkins.

in kubeconfig you store the access to your cluster, without this it would not work.

-- Nick Rak
Source: StackOverflow