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
- Kubernetes manifests(i.e sample nginx deployment abd corresponding service)
- kubernetes continuous plugin code to recognize the kube config file
Reference: justmeandopensource
Github Repo: code
Comments
Post a Comment