Introduction to Kubernetes APF (API Priority and Fairness)In a Kubernetes cluster, kube-apiserver is a critical component. It not only handles external HTTPS client requests but also interacts…Dec 23, 2024Dec 23, 2024
My Questions and Doubts About OpenAI Kubernetes Cluster FailureOn December 11, 2024, OpenAI experienced a failure in its Kubernetes clusters, impacting services such as the API, ChatGPT, and Sora for 4…Dec 19, 2024Dec 19, 2024
Kubernetes: CPU Configuration, Linux CFS, and Performance Issues with Programming LanguagesKubernetes CPU Configuration -> Linux CFSDec 11, 2024Dec 11, 2024
Kubernetes Cluster Networking: Differences Between Flannel and CalicoA reader asked about the differences between Flannel and Calico. This article provides an analysis of these two components.Nov 30, 2024Nov 30, 2024
AI Sound: An Introduction to Digital Audio, Speech Recognition, TTS, and Usage ExamplesWith the advancement of modern AI technologies, the field of audio processing has made remarkable progress. From Automatic Speech…Nov 28, 2024Nov 28, 2024
Web-Based Voice Conversation AI Example: Building a Voice Chatbot with Whisper and llama.cppLarge Language Models (LLMs) provide exceptional capabilities for text-based interactions. But can we expand these capabilities to create…Nov 24, 2024Nov 24, 2024
Published inTowards DevRAG Example: Building a Kubernetes Knowledge Base Q&A with langchain, Redis, and llama.cppRAG (Retrieval Augmented Generation) is a widely adopted method to mitigate hallucination issues (confidently generated incorrect…Nov 19, 2024Nov 19, 2024
Kubernetes 10 Questions to Test Your Understanding of K8sKubernetes 10 QuestionsNov 16, 20248Nov 16, 20248
A Brief Overview of the Kubernetes Node LifecycleA Node is one of the core components of Kubernetes, and its lifecycle can be summarized as: registration, running, and decommissioning…Nov 2, 2024Nov 2, 2024
Image Management on Kubernetes NodeThis article will detail how Kubernetes manages images on nodes.Oct 28, 2024Oct 28, 2024