Kubefeeds Team

  https://kubefeeds.com A dedicated and highly skilled team at Kubefeeds, driven by a passion for Kubernetes and Cloud-Native technologies, delivering innovative solutions with expertise and enthusiasm.

   



208 Stories by Kubefeeds Team

Supercharge Your RAG App With Agentic Hybrid Search

If you’re building a retrieval-augmented generation (RAG) application, you know how powerful they can be — when they work well. But semantic embedding models...
0 6 min read

Building and Deploying TypeScript Microservices to Kubernetes

Building and deploying a microservices application can be very challenging. This is usually because, with traditional frameworks, it requires a lot of work to...
0 7 min read

Discover Cyphernetes: a Query Language for Kubernetes

Kubernetes have 10 years now so to manipulate our Kubernetes resources we have our daily habits. We can use daily the kubectl command, with...
0 5 min read

AWS EKS Made Easy: Deploy Your First Kubernetes Cluster Today

Welcome to Day 3 of our 15-day AWS Containers learning series! After learning the foundational concepts of containers, we are now diving into one...
0 4 min read

Resolving the K3s Config File Permission Denied Error

When working with K3s, you might encounter the following error when running kubectl commands: ARN Unable to read /etc/rancher/k3s/k3s.yaml, please start the server with...
0 1 min read

Effortless K8s Namespace Switching Using Konfig

1. Create a directory in the .kube folder: ❯ mkdir -p ~/.kube/configs 2. Download all the config files and place them in the folder...
0 15 sec read

How to Master Kubernetes Troubleshooting? Do it with 35 Real-World Scenarios

Introduction: Your Ultimate Kubernetes Troubleshooting Guide Are you tired of scrambling through endless documentation when Kubernetes throws unexpected issues your way? Look no further....
0 2 min read

Ollama LLM On Kubernetes Locally (Run It On Your Laptop)

Now that we’ve gotten over the “buzz lifecycle” of AI and LLMs, it’s time to start thinking about how to run the workloads in...
0 2 min read

Resolving the K3s Config File Permission Denied Error – old

When working with K3s, you might encounter the following error when running kubectl commands: ARN Unable to read /etc/rancher/k3s/k3s.yaml, please start the server with...
0 1 min read

How to install etcd cluster for dummies

Introduction to etcd What is etcd? etcd is a distributed, reliable key-value store designed to safely store and manage the configuration data required by...
0 2 min read