Published inFAUN — Developer Community 🐾What Why How is Packer?Packer is an open-source DevOps tool made by Hashicorp to create identical machine images for multiple platforms from a single JSON config…Dec 6, 2021Dec 6, 2021
Published inFAUN — Developer Community 🐾Schedule Automated Amazon EBS Snapshots Using CloudWatch as Cron Expression.Amazon EBS volumes are designed for an annual failure rate (AFR) of between 0.1% — 0.2%, and we should backup EBS volume.Dec 23, 2019Dec 23, 2019
Published inFAUN — Developer Community 🐾Send Slack Notifications From JenkinsThis article brings you to set up Notification between Slack Messenger and Jenkins CI/CD tool.Dec 3, 2019Dec 3, 2019
Published inFAUN — Developer Community 🐾Kubernetes: Node, Cluster, Pod, Deployment & Services Part 5When it comes to Kubernetes, mainly we have to talk about 4 components are Node, Cluster, Pod, Deployment & Service. There are some…Nov 8, 2019Nov 8, 2019
Published inFAUN — Developer Community 🐾Kubernetes: Usage and Understanding of Kubernetes Labels, MatchLabels, and Selectors. | Part 6Here I’m going to mainly talk about the usage of Labels, MatchLabels, and Selectors and how pod, service, and deployment are going to use…Nov 8, 2019Nov 8, 2019
Kubernetes: Configure Context and Switching Contexts in Multiple Clusters | Part 4OverviewOct 7, 20191Oct 7, 20191
Published inFAUN — Developer Community 🐾Kubernetes : Spin Up Highly Available Kubernetes Cluster using kubeadm & Setup CNI | Part 3Cluster set up using kubeadmJul 24, 2019Jul 24, 2019
Published inFAUN — Developer Community 🐾Kubernetes : Prerequisites for Setup Kubenetes Cluster| Part 2Hardware & Software Requirements for setting up a Highly Available ClusterJul 11, 20191Jul 11, 20191
Published inFAUN — Developer Community 🐾SSH Tunneling in Robo 3T to MongoDB runs on AWS EC2Simple way to connect MongoDb between server and local machineJul 10, 2019Jul 10, 2019
Published inFAUN — Developer Community 🐾Containers, Docker & Kubernetes-Introduction | Part 1OverviewJul 10, 2019Jul 10, 2019
Published inFAUN — Developer Community 🐾Setting up SSL certificates for Nginx in Docker Environ.Cost free way and simple way to setting up SSL (https://) with nginx and docker.Jun 27, 20199Jun 27, 20199
Published inFAUN — Developer Community 🐾Create a Encrypted EBS Volume from Unencrypted Volume with Existing data on it.If you already stored your data in AWS unencrypted volume and You know that is not safe when it comes you have sensitive data.Jun 16, 2019Jun 16, 2019
Java.lang.OutOfMemoryError: Java heap space on Elasticsearch in AWSWhen you get this error, AWS instance get stuck, CPU usage goes high or Elasticsearch and other service which depends on Elasticsearch…Jun 12, 2019Jun 12, 2019
Create Global Environment Variables while the build & How they are accessed by everywhere in…Sometimes you may have to create environment variable during the build and that variable should be accessed in next job. so situation like…Jun 12, 2019Jun 12, 2019
Create AWS instace using TerraformHi guys, this article brings you to learn how to spinning up an instance AWS using Terraform.Jun 9, 2019Jun 9, 2019
Terraform InstallationHashiCorp Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that…Jun 9, 2019Jun 9, 2019
Published inLevel Up CodingCreate a Dockerfile for Node.js ApplicationsDocker allows you to package an application with its environment and all of its dependencies into a “box”, called a container. Usually, a…May 14, 20191May 14, 20191