- Oct 1, 2022 Helm - Helm Reference
- Oct 1, 2022 Helm Templates - Note that while Helm uses Go templates it does so by using the [Sprig templating library](https://masterminds.github.io/sprig/) which provides additional functions that you can use.
- Oct 1, 2022 Dockerfile - Dockerfile Reference
- Oct 1, 2022 Argocd - Argocd CLI
- Sep 21, 2022 Git Branching Strategy Best Practices - In this article we are going to cover Git Branching Strategy Best Practices,What is Git branching,Why do we need branching in Git,What are the advantages of branching in Git,Commands used in Git branching. .
- Feb 28, 2022 HashiCorp Certified Terraform Associate - Terraform Notes to prepare for HashiCorp Certified Terraform Associate.
- Feb 28, 2022 Linux essentials - LPI Linux Essentials
- Dec 9, 2021 Deploying Karpenter with Terraform - Karpenter is a new auto-scaling component from AWS and its docs are still growing. Here's how to deploy it using Terraform.
- Sep 13, 2021 How To Set Up an Elasticsearch, Fluentd and Kibana (EFK) Logging Stack on Kubernetes - How To Set Up an Elasticsearch, Fluentd and Kibana (EFK) Logging Stack on Kubernetes
- Jun 6, 2021 Bash Scripting Reference - Bash Scripting Cheat Sheet
- Jun 6, 2021 Docker Reference Guide - Docker is an open platform for building, shipping and running distributed applications. It gives programmers, development teams and operations engineers the common toolbox they need to take advantage of the distributed and networked nature of modern applications. In other words , Docker is an abstraction on top of low-level operating system tools that allows you to run one or more containerized processes or applications within one or more virtualized Linux instances.
- Jun 26, 2020 How to Perform Health checks in Kubernetes (K8s) - Kubernetes provides a health checking mechanism to verify if a container in a pod is working or not working.
- Jun 18, 2020 Deploy a Dockerised Application on AWS ECS With Terraform - Install terraform and create a simple Node app to having it containerized, load-balanced, and deployed using Docker, AWS ECS With Terraform
- May 25, 2020 Kubernetes Cluster Setup on ubuntu-18-04 and 16-04 using Kubeadm - In this post to Install kubernetes on Ubuntu 18.04 and 16.04 we are going to create Kubernetes cluster along with kubeadm on Ubuntu 18.04
- Apr 18, 2020 Minikube vs kind vs k3s - What should I use? - In this post we’ll have a look at Minikube vs kind vs k3s and compare their pros and cons and identify use cases for each of them