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 Linux 101: Filesystem In Linux, everything is considered a file, including devices and system resources.
devops Linux 101: Linux Distro Linux is a free, open-source operating system (OS) based on UNIX created by Linus Torvalds in 1991.
devops Linux 101: Kernel Think of the Linux Kernel as the heart of the Linux operating system, pumping life into your computer.
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 GCP 101: Google Cloud Storage Google Cloud Storage was publicly launched in 2010 as a competitor to other cloud-based storage services such as Amazon S3.
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 Path to Agile: Automation Test In the modern era of software development, rigorous testing is no longer a luxury—it's a necessity. Testing ensures that software functions as intended and helps maintain high quality and reliability.
devops Path to Agile: Trunk-based Development Trunk-based development is a source code management strategy where all developers work on a single branch, often referred to as 'trunk' or 'main'.
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 Feature Flag: Release New Versions of Software Safely A feature flag, also known as a feature toggle, is a technique in software development that turns certain features on and off during runtime, without the need to modify the code.
devops SemVer: Release Software with Better Clarity and Backwards Compability Support Semantic versioning, or SemVer, is a vital tool in the world of software development that helps streamline the process of managing and updating software projects.
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.
cloud Cloud Computing: The Fundamental In today's digital age, cloud computing has become a critical component of our daily lives, powering everything from social media to online banking.
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.