SKShivam Kumarinshivamkumarr.hashnode.dev·Mar 10, 2024 · 2 min readCloud Deployment: Hosting a Website on Docker, KubernetesTask 1: Setting up Docker Environment Used AWS EC2 Ubuntu based instance as a guest machine to perform all these tasks. · To install dockersudo apt-get update sudo apt-get install docker.io sudo chown $USER /var/run/docker.sock · To create Dokcerfile...00
SKShivam Kumarinshivamkumarr.hashnode.dev·Mar 5, 2024 · 2 min readSetting up Learning Environment for JenkinsHello Everyone, In this Article I will be talking about this great DevOps tool Jenkins. Jenkins is an open-source automation tool written in Java with plugins built for continuous integration. Jenkins is used to build and test your software projects ...00