devops Kubernetes 101: Horizontal Pod Autoscaler The Horizontal Pod Autoscaler, commonly referred to as HPA, is a Kubernetes component that automatically scales the number of pods in a deployment, replication controller, replica set, or stateful set based on observed CPU utilization.
devops Kubernetes 101: Statefulsets In the Kubernetes ecosystem, StatefulSet is a vital resource for managing applications that require persistent state.
devops Kubernetes 101: Ingress Ingress in Kubernetes is a robust API object that manages external access to the services within a cluster.
devops Kubernetes 101: Storage Facilitating data persistence and sharing, the Volume component is central to Kubernetes' functionality.
devops Kubernetes 101: Secret and ConfigMap Kubernetes Secrets are designed to store and manage sensitive information. Such sensitive information could include tokens, passwords, or ssh keys.
devops Kubernetes 101: Service In Kubernetes, a Service is a pivotal abstraction that defines a logical set of Pods through policies describing how to access them.
devops Kubernetes 101: YAML Manifest Deploying resources using Kubernetes manifests is fundamentally about describing the desired state of your system or application in a YAML file.
devops Kubernetes 101: Pod Pods are the smallest deployable units in Kubernetes that can be created, scheduled, and managed.
devops Kubernetes 101: Introduction Kubernetes (often abbreviated to K8s) is a powerful, open-source system for managing containerized applications across multiple hosts.
devops ProxySQL: Setup MySQL Replication tools on Kubernetes Cluster ProxySQL is an advanced, high-performance, and GPL licensed MySQL protocol proxy, transforming MySQL into a more robust, scalable, and reliable SQL platform.
devops Docker: Revolutionizing Software Development and Distribution At its core, Docker is an open-source platform designed to facilitate the process of containerization. It enables developers to package an application along with its libraries, dependencies, and other requirements within a standalone unit known as a container.
devops Tekton: The Open Source, Kubernetes-native CI/CD Tools Tekton is an open-source project that provides Kubernetes-style resources for declaring CI/CD-style pipelines.
devops OpenFaas: Install Open Source FaaS Platform on Kubernetes Cluster OpenFaaS is an open-source platform that makes it easy for developers to deploy event-driven functions and microservices to Kubernetes without repetitive, boiler-plate coding.
devops MinIO on Microk8s: Install AWS S3 Alternative on Single Node Kubernetes Cluster MinIO is an open-source, high-performance, and cloud-native object storage system. It is designed for large-scale private and public cloud infrastructure.
devops Unleash: Setup The Open Source Feature Toggle Tools on Kubernetes Cluster Unleash is a comprehensive feature management system, born out of the need for developers to have more control over their software's features in different environments.
devops Serverless: Secret Weapon for Scalability and Efficiency in The Cloud Native Era Serverless refers to an approach in which the infrastructure that runs and scales applications is managed by a third-party service provider, rather than being handled in-house.
devops MariaDB on MicroK8s: Setup The Fork of MySQL on Single Node Kubernetes Cluster MariaDB is a community-driven, open-source RDBMS that was created as a fork of MySQL in 2009 by the original developers of MySQL.
devops Golang: The Cloud Native Programming Language Go, also known as Golang, is an open-source programming language designed for simplicity, efficiency, and reliable software development.
devops Laravel: How to setup The Most Popular PHP Framework Application on Kubernetes Cluster Establishing a Laravel application on a Kubernetes cluster can be quite challenging, intricate, and not as direct as one might hope
devops Couchbase: Setup Distributed Document-oriented NoSQL Database on Kubernetes Cluster - Part 2 Couchbase offers a package that includes several binaries for quickly installing the Couchbase Operator on a Kubernetes Cluster.
devops Couchbase: Setup Distributed Document-oriented NoSQL Database on Kubernetes Cluster - Part 1 Couchbase is a distributed, document-oriented NoSQL database known for its high performance, scalability, and flexibility.
devops Kubernetes Dashboard: Web-based UI to manage Kubernetes Cluster Kubernetes Dashboard is a web-based user interface that makes it easy to manage your Kubernetes clusters.
devops ArgoCD: GitOps Made Easy - Part 2 Setting up ArgoCD on a Kubernetes cluster is relatively simple. ArgoCD conveniently offers deployment manifests, enabling a quick and efficient installation process on your Kubernetes cluster.
devops ArgoCD: GitOps Made Easy - Part 1 GitOps is a modern approach to infrastructure and application management, which revolves around using Git as the single source of truth for declarative infrastructure and application code.
devops Konga: Setup Dashboard for Kong on Kubernetes Cluster Konga is an open-source, community-developed management dashboard designed specifically for the Kong API Gateway.