How to Install Longhorn on Kubernetes
KubernetesIntroduction Longhorn is an open-source lightweight distributed block storage system for Kubernetes that provides persistent storage for stateful applications in a cluster. Longhorn volumes offer scalable and highly available block storage attached to your worker nodes with support for multiple access modes in your Kubernetes cluster. In a Kubernetes cluster,…
How to Deploy Qdrant Vector Database on Vultr Kubernetes Engine
KubernetesIntroduction Qdrant is an open-source vector database designed to perform efficient similarity search operations on high-dimensional vector data. It allows users to store, search, and retrieve vector embeddings, which are numerical representations of text, images, audio, or other data types. Qdrant Hybrid Cloud allows users to deploy Qdrant Clusters across user’s self-hosted…
How to Ensure Cluster Reliability with ChaosMesh on Kubernetes
KubernetesIntroduction Chaos engineering is a fault detection practice that involves intentionally injecting faults to test system reliability and resilience to identify potential failures before they result in outages. Chaos Engineering offers engineers a better understanding of how the system reacts to stress and can more efficiently reduce or eliminate failure.…
How to Containerize Python Web Applications
KubernetesIntroduction Containerizing Python web applications encapsulates the application structure and dependencies into a single package to ensure consistent and reproducible deployments across different environments. Deploying containerized Python web applications is a fundamental approach to modern software development that involves scaling and automation when deploying to platforms such as Kubernetes. You…
How to Deploy Ngrok Ingress Controller on Kubernetes
KubernetesIntroduction Ngrok is a distributed reverse proxy service that securely exposes production applications irrespective of the deployment environment by masking internal application ports to an external domain name. Ngrok Ingress Controller is an Ingress-as-a-service tool that securely exposes Kubernetes applications to the Internet with external security and traffic management functionalities…
How to Provision Persistent Volume Claims on Vultr Kubernetes Engine
KubernetesIntroduction Vultr Kubernetes Engine (VKE) comes with a managed Kubernetes control plane that automatically deploys Vultr Container Storage Interface (CSI) to connect the Kubernetes cluster with Vultr’s high-speed block storage by default and help your applications scale easily. In this guide, you are to provision Vultr Block Storage and edit the configuration…