Nahidul Islamnahid0002.hashnode.dev·Nov 14, 2023Automated CI/CD Pipeline Implementation using Jenkins, SonarQube, Nexus, Docker, and Deploying in Kubernetes using ArgoCdIntroduction Here in this Project, we will deploy the simple JAVA application on Kubernetes following the CI/CD practices. We will use Jenkins as our Continuous Integration tool and we use ArgoCd as a CD part and deploy our app in Kubernetes using it...DiscussKubernetes
Sunil Thoratsunilthorat.hashnode.dev·Nov 13, 2023Real-Time DevOps Project | Deploy to Kubernetes Using Jenkins | End-to-End DevOps Project | CICDProject Description Build a complete CI/CD pipeline using Jenkins, Maven, Docker, and the Elastic Kubernetes Services (EKS) // In the CI/CD pipeline if the developer makes any changes to the ---> application repository on GitHub then it will trigger ...Discuss·1 likeDevops
Sunitasunitabachhav2007.hashnode.dev·Nov 2, 2023Deploy Netflix Clone CI-CD on AWS EKS - DevSecOps PracticesIn this article, I am deploying a Netflix clone application. The deployment process will involve the utilization of Jenkins as a CI/CD tool to deploy our Netflix application on a Docker container and Kubernetes Cluster (Amazon EKS). This project illu...Discuss·12 likes·1.3K readsDevSecOps
Pratik Argadepratikargade.hashnode.dev·Nov 2, 2023Orchestrating Kubernetes Environments with Kargo and Argo CDIntro: In today's rapidly evolving tech landscape, managing Kubernetes environments efficiently is essential for modern development and deployment practices. This blog post explores an in-depth journey where we set up and streamline Kubernetes cluste...Discuss·1 likeArgoCD
Ajay Kumar Yegireddimrcloudbook.hashnode.dev·Oct 27, 2023Automating Tetris Deployments: DevSecOps with ArgoCD, Terraform, and Jenkins for Two Game VersionsWelcome to the world of DevSecOps automation, where cutting-edge technologies merge to streamline the deployment of one of the most beloved classic games, Tetris. In this blog, we'll embark on a fascinating journey that unveils the power of ArgoCD, T...MANISH KUMAR and 2 others are discussing this3 people are discussing thisDiscuss·16 likes·5.4K readsDevops
Sharath Veerapaneniinvisible.hashnode.dev·Oct 26, 2023Deploying application on Kubernetes Through ArgoCDArgocd is one of the continuous deployment tools. It will pull the code from repos whenever there is a change and deploy the applications with those changes. It is deployed through the below steps on a Kubernetes cluster. To deploy the Kubernetes clu...DiscussArgoCD
Dailyk8sdailyk8s.com·Oct 25, 2023Streamlining Kubernetes Deployments: The Power of CDK8s and GitOps IntegrationIntroduction Kubernetes, the prominent container orchestration platform, plays a pivotal role in the management and scaling of cloud-native applications. Yet, the challenge of efficiently managing deployments at scale can be formidable, encompassing ...Discuss·35 readsgitops
Anandhianandhi.hashnode.dev·Oct 24, 2023Streamlining CI/CD for Python Django ApplicationIntroduction In the fast-paced realm of software development, Continuous Integration and Continuous Deployment (CI/CD) have emerged as indispensable practices. This blog aims to unravel the significance of CI/CD in the software development cycle and ...DiscussDevops
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Oct 20, 2023Streamline Your Kubernetes Deployments with Argo CD: A Step-by-Step GuideIn this blog post, we will explore how Argo CD, a popular GitOps tool for #Kubernetes, can simplify and automate the deployment process of applications in #Kubernetes clusters. We will walk through the steps to deploy a test application using Argo CD...DiscussKubernetes
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Oct 20, 2023Streamlining Kubernetes Application Deployments: Setting Up ArgoCD in MinikubeArgoCD is a popular GitOps continuous delivery tool that allows you to manage and deploy #Kubernetes applications declaratively using Git repositories. In this blog post, we will go through the steps to set up ArgoCD in #Minikube, a local #Kubernetes...DiscussArgoCD