Project 2→Devops end to end deployment using circle ci and kubernetes

<h1>Completion steps &rarr;</h1> <ol> <li>upload the source code to github</li> <li>setup circle ci and connect the github repository</li> <li>upload the .circleci/config.yml file to build pipeline</li> <li>This ci -cd pipeline build your docker-image and sent it to dockerhub</li> <li>setup ec2 on aws and take ssh of it</li> <li>setup minikube and create a sample pod.yml file</li> <li>start your kubernetes cluster</li> </ol> <h2>Step 1 &rarr; Upload code to github</h2> <p>Here we are not going to see how we setup if you have any issue in pushing your code to github you could checkout my previous blogs in git in my profile</p> <p><a href="https://medium.com/@aakibkhan1/git-error-remote-support-for-password-authentication-was-removed-on-august-13-2021-6f2415e581a2" rel="noopener">check out this blog of mine for github error</a></p> <ol> <li>first you need to clone the following repository</li> </ol> <p>git clone&nbsp;<a href="https://github.com/Aakibgithuber/Devops-end-to-end-deployment" rel="noopener ugc nofollow" target="_blank">https://github.com/Aakibgithuber/Devops-end-to-end-deployment</a></p> <p>2. Now push the exact to your github account and move forward to Circle ci step</p> <h2>Step 2 &rarr; setup circle ci and connect with github repository</h2> <p>Sign into your circle ci account and if you don&rsquo;t have an account just sign up by the following steps</p> <p><a href="https://aakibkhan1.medium.com/project-2-devops-end-to-end-deployment-using-circle-ci-and-kubernetes-41bf4e37ca36"><strong>Visit Now</strong></a></p>
Tags: CI Kubernetes