Provisioning AWS EKS with TerraformCertainly! Let's go through each step in your Terraform configuration to understand what each section is doing. Step 1: AWS Provider Configuration terraform { required_providers { aws = { source = "hashicorp/aws" version = "~> 5.0"...Dec 14, 2023·3 min read
Complete GitLab CI/CDGitLab is a web-based platform that provides a set of tools for software development, including version control, continuous integration, issue tracking, and more. It is built on top of Git, which is a distributed version control system. GitLab is oft...Nov 29, 2023·5 min read
GitLab End to End Continuous Integration and Continuous DeliveryGitLab is a web-based platform that provides a set of tools for software development, including version control, continuous integration, issue tracking, and more. It is built on top of Git, which is a distributed version control system. GitLab is oft...Nov 26, 2023·5 min read
bash scripting for devopsls List files and directories in the current directory. Use: To see what files and folders are in the current directory. mkdir Create a new directory. Use: To make a new folder or directory. rm or rmdir Remove files or...Nov 4, 2023·16 min read
python for devopsPython is a high-level, versatile, and interpreted programming language known for its simplicity and readability. It was created by Guido van Rossum and first released in 1991. Python has gained popularity for a wide range of applications, from web d...Nov 3, 2023·25 min read
GitOps and ArgoCD Complete Hands-on ProjectStep 1: Firstly you have to create an aws IAM user Step 2: Create access key from security credential section Step 3: Then you need to clone this repository https://github.com/chauhan-himani/kube_terraform Step 4: After that you need to create s3 b...Sep 25, 2023·7 min read
Deploy application on ArgocdWhat Is Argo CD? Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. Declarative : A system managed by gitops must have its desired state expressed declaratively. Versioned and Immutable : Desired state is stored in a way tha...Sep 23, 2023·2 min read