Why are we looking into AWS cloud cost optimization? Amazon Web Services (AWS) is a leading cloud computing platform and lots of companies are choosing it for moving their infrastructure...
Today, we will explore how to access applications that are operating on Kubernetes. Specifically, we will delve into the functionality of Kubernetes services of type LoadBalancer, their use cases, and...
What is observability and why is it important? The idea to split your application into a set of small, interconnected services known as microservices architecture has enabled engineers to develop...
What is Openresty? OpenResty is the fifth most-used web server worldwide. It is a superset of the NGINX web server bundled with LuaJIT, which is a compiler for the LUA...
What is DAG? What is the main difference between DAG and pipeline? If you’ve previously visited our blog then you couldn’t have missed “Apache Airflow – Start your journey as...
What Is Argo CD? Argo CD is a declarative, Kubernetes-native GitOps continuous delivery (CD) tool. Argo CD is unique as it can pull updated code from Git repositories and deploy...
Introduction to Jenkins in Kubernetes There comes a time in every DevOps adventurer’s life, when they have to face the good ol’ Jenkins, in all of its glory. With all...
What is Kubernetes? Kubernetes is an open-source orchestration platform for managing containerized applications in different deployment environments and services that facilitate automation. It organizes cloud-based microservice applications. The orchestrator is...
Introduction to Traffic Management in Istio Istio’s traffic routing rules permit you to efficiently manage the traffic flow and API calls between services. Istio simplifies the configuration of service-level properties...
What is Terraform? What is infrastructure provisioning? Defining Infrastructure as Code Infrastructure as code (IaC) is the concept of managing and provisioning your IT infrastructure using configuration files. Terraform is...