Jenkins Playground Part 1In the Journey to DevOps, let's continue to learn and do the hands-on part on Jenkins. So, in this blog, we are going to do a practical demo of a basic Jenkins Freestyle project. Let's first learn what is a Freestyle type of project and its uses in J...Jan 31, 2024·4 min read
Architecture of KubernetesIn this blog, we will learn about the Architecture of Kubernetes, which is an important topic in the learning of Kubernetes. Most of the interviewers ask about the architecture of Kubernetes, so we should understand every component of Kubernetes. In ...Dec 23, 2023·4 min read
Kubernetes Installation & CommandsAfter learning and understanding the basics of Kubernetes and its working, in this blog, we will learn the installation process of a single node Kubernetes cluster in our local machine (UBUNTU) and a small demo. So let's get started and I hope you ha...Oct 3, 2023·3 min read
About KubernetesIn the journey of DevOps where we have covered Git, Linux, and Docker now let's continue to learn new topic i.e. Kubernetes. You can check out my previous blogs here - Recap of my blogs Kubernetes — also known as “k8s”('k' 8 characters 's') or “kube”...Sep 29, 2023·3 min read
Docker Basic Operations Part 2In the previous blog, we completed the Installation process of Docker on Windows & Ubuntu machines. Also, we understood some basic commands of Docker and how to deploy a container in Docker. You can refer to the blog here - Docker Installation & Basi...Sep 20, 2023·2 min read
Docker Basic Operations & InstallationLet's continue our journey of DevOps and learn how to install Docker on the Ubuntu machine. You can dual-boot your existing system, create a virtual machine using different hypervisors, or run a virtual machine on the cloud platform (DO REFER MY PREV...Sep 15, 2023·3 min read
Learning DockerIn the journey to DevOps, Let's continue and learn the new tools in DevOps & the Cloud i.e. Docker from basics to advanced. In the previous blog, we learned how we can host a static website on a cloud platform. If you haven't read it yet go check it ...Sep 12, 2023·4 min read