Published in Searce·PinnedCanary Deployment Using Istio on EKS Cluster || Istio || Kiali || GrafanaTake away from this article: Creating aws profile. Creating eks cluster through eksctl. Installing istio inside eks cluster. Launching sample book application using istio. Visualizing traffic of application using kiali. Routing the traffic to specific version of application using virtual service. Visualizing traffic and cluster configuration using grafana. Canary deployment using Istio. Istio is an…10 min read10 min read
Jul 19, 2022Kubernetes Deployment Via TerraformKubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications. It groups containers that make up an application into logical units for easy management and discovery. …5 min read5 min read
May 12, 2022USING REMOTE STATE TO TRANSFER DATA FROM ONE MODULE TO ANOTHER IN TERRAFORMHello guys back with another article, in this article you will get understanding of transferring data from one module to another module using remote state backend. What is remote state backend ? Backends define where Terraform’s state snapshots are stored. …4 min read4 min read
May 5, 2022An Introduction to CI/CDTake away from this article: How to create a pipeline. How to integrate docker with jenkins. How to build docker image and push to docker hub. How to deploy an application inside kubernetes cluster. So, lets start by creating an simple application wriiten in html. Below is the code of…3 min read3 min read
Mar 8, 2022Scanning Files Of Terraform | Kubernetes | Helm Charts using CHECKOVCheckov is a static code analysis tool for scanning infrastructure as code (IaC) files for misconfigurations that may lead to security or compliance problems. Checkov includes more than 750 predefined policies to check for common misconfiguration issues. Supported IaC types: Checkov scans these IaC file types: Terraform (for AWS, GCP, Azure and OCI) …3 min read3 min read
Nov 25, 2021Terraform Cloud Integration with GitLab 🦊Hello guys, back with another article. In article i will be going through terraform cloud set up and its integration with GitLab 🦊 to create a basic Dynamo-db table in aws. What is Terraform Cloud ? Terraform Cloud is HashiCorp’s managed service offering that eliminates the need for unnecessary tooling and documentation to use Terraform…8 min read8 min read
Nov 10, 2021JOBS & CRONJOBS IN KUBERNETESHello guys, hope you are learning and implementing kubernetes in your domain. Back with another article that mainly focuses on jobs and cronjobs. Hope this article will helps you while learning jobs and cronjobs in kuberenetes. 𝐓𝐚𝐤𝐞 𝐚𝐰𝐚𝐲 𝐟𝐫𝐨𝐦 𝐭𝐡𝐢𝐬 𝐚𝐫𝐭𝐢𝐜𝐥𝐞: 1. What is a Job ? 2. How to create…6 min read6 min read
Published in Searce·Nov 6, 2021ArgoCD integration with Kubernetes Cluster | ArgoCD | K8S | GitHub | GitHello guys, hope you all learning and implementing each day. I am back with another awesome devops tool. Yes it’s ArgoCD. I hope this article will help you to understand ArgoCD in a better way and to setup your ArgoCD in our local cluster. Take away from this article: Setting a minikube single node cluster…7 min read7 min read
Oct 31, 2021CONFIGURING APACHE WEBSERVER ON AWS EC2 USING ANSIBLE TOWER 🗼 RUNNING INSIDE KUBERNETES🎡🎡(MINIKUBE).Hello guys, i hope you all doing good in your technical journey. I am back with another interesting article which will help you to learn a new demanding tool. We all know ansible has it’s own space in the automation market but here what makes interesting to move towards ansible…8 min read8 min read
Oct 21, 2021Ansible Inside KubernetesHello all, i hope you all are doing good in your journey. This article will helps you to run ansible inside kubernetes. But why we need to run ansible on top of kubernetes. To configure ansible we require controller node as well as managed node(target node). Depends on the workload…5 min read5 min read