Continious deployment using kubernetes

 Continious deployment using kubernetes:

  • Created a Jenkins container
  • Installed 2 plugins(kubernets plugin & kubernetes continuous plugin)
  • Add a jenkins slave using cloud(which creates a pod for running the pipeline job and terminates after execution)
  • Cretaed a project with declarative pipeline, which contains 2 steps
  1. Kubernetes manifests(i.e sample nginx deployment abd corresponding service)
  2. kubernetes continuous plugin code to recognize the kube config file

Reference: justmeandopensource

Github Repo: code

Comments

Popular posts from this blog

Helm Charts