ABatul bhandariinbhand.hashnode.dev·Jan 1, 2024 · 2 min readCreating infrastructure on AWS and creating a custom module.How to Install Terraform : sudo apt-get update && sudo apt-get install -y gnupg software-properties-common wget -O- https://apt.releases.hashicorp.com/gpg | \ gpg --dearmor | \ sudo tee /usr/share/keyrings/hashicorp-archive-keyring.gpg gpg -...00
ABatul bhandariinbhand.hashnode.dev·Dec 26, 2023 · 3 min readKubernetes deployment and services.Before deploying an application to Kubernetes I want you to know that how to install Kubeadm. kubeadm : it is a tool used to built a kubernetes cluster. Pre-requisites Ubuntu OS (Xenial or later) sudo privileges Internet access t2.medium instance...00
ABatul bhandariinbhand.hashnode.dev·Nov 21, 2023 · 3 min read"Jenkins: The Engine of DevOps Transformation"Introduction: In the dynamic landscape of software development, where agility and efficiency reign supreme, tools like Jenkins have emerged as catalysts for change. Jenkins, an open-source automation server, has become synonymous with Continuous Inte...00
ABatul bhandariinbhand.hashnode.dev·Nov 14, 2023 · 5 min readDocker and Dockerhub.....Docker "Sailing Smooth Seas with Docker: Empowering the World of Containerization" Introduction: In the vast ocean of software development, where innovation and efficiency are the winds that propel us forward, Docker emerges as a lighthouse guiding s...00
ABatul bhandariinbhand.hashnode.dev·Nov 8, 2023 · 3 min readGit Commands....Mastering Git: Essential Commands for Version Control Introduction Git, the powerful and ubiquitous version control system, is an essential tool for developers and teams working on software projects of all sizes. With its versatility and efficiency, ...00