I am new to Bamboo.
My goal is, Bamboo CICD pipeline automatically build and deploy docker image to Kubernetes
Hi James,
Thanks for the response.
Can you please provide steps/documents to achieve this goal.
If possible please provide some sample examples
Thanks
Madhu
Hi @madhu,
I'll start by providing you the documentation on building a Docker image, Pushing to an image registry & then running a container:
https://confluence.atlassian.com/bamboo/building-a-docker-image-in-bamboo-962976992.html
https://confluence.atlassian.com/bamboo/pushing-a-docker-image-to-a-registry-962976994.html
https://confluence.atlassian.com/bamboo/running-a-docker-container-in-bamboo-962976995.html
This is going to be the meat of how you want to accomplish this. As far as providing examples, I'm not exactly sure what you are looking for here?
I hope that helps get you started.
-James