© 2023 Hashnode
#gitops
GitOps, and ArgoCD – are the two buzzwords that are shaking the world of DevOps. If you've been paying attention to the latest developments in the tech world, you might have heard of these terms. But,…
In this post, I will be working on applying a Continuous Integration pipeline using GitHub Action and a Continuous Deployment strategy using FluxCD, a CNCF-hosted GitOps tool. I already have a repository of the application hosted on GitHub …
A methodology where all the configurational and/or infrastructure codes are set up in a separate single repository is known as GitOps. This suits tools like Ansible, Terraform and Kubernetes, where th…
DevOps has revolutionized the way software is developed and deployed. However, as the industry evolves and the number of microservices and containers increases, traditional DevOps practices can become…
I am happy to announce that the k8s-bootstrapper project has been added to the official list of Akuity's Awesome-Argo resources. With many cloud-native solutions popping up daily, it can be pretty dau…
What is Gitops? The basic definition of Gitops is "Infrastructure as Code" done right. Now, what is IaC (Infrastructure as code)? IaC means to define the whole infrastructure into code, not only infra…
I've always liked the idea of GitOps - manifesting the declarative state of your workloads as a git repository, versioned, with a transparent history and Kubernetes objects being described as YAML. Yo…
Getting the bigger picture DevOps methodologies have now taken hold; the use of pipelines for code builds is a well-established practice adopted by any modern development team. But when we change the …
Just create the folder you want to use but ignore all the files inside, for example, tmp and create the file .gitignore inside that folder. ./tmp/.gitignore * */ !.gitignore
After taking a break from content creation in the DevOps/Cloud space since May, I'm excited to announce that I'm back and ready to share my learning journey with you. Recently, I enrolled in a DevOps …