kubernetes
-
Chat with Your Kubernetes Cluster Locally: Setting up kubectl-ai with Ollama

Managing Kubernetes often involves remembering a slew of kubectl commands and YAML syntax. What if you could interact with your cluster using natural language, right from your terminal, without sending potentially sensitive information to a third-party cloud service? Enter kubectl-ai, a powerful kubectl plugin that integrates Large Language Models (LLMs) into your Kubernetes workflow. Continue reading
-
Using Trivy to Check for Vulnerabilities in Docker Images

Introduction: In the world of containerisation, security is paramount. Ensuring the images you deploy are free from vulnerabilities is crucial. Trivy, an open-source tool by Aqua Security, is a simple and comprehensive vulnerability scanner for containers and other artifacts. In this post, we’ll walk through the process of using Trivy to scan a Docker image Continue reading
Recent Posts
- Real-Time Speech-to-Speech with OpenAI & Twilio: Full SIP Integration Guide
- Step-by-Step Guide to SIPp : Build and Install from Source
- Explore KittenTTS with Gradio: Easy Text-to-Speech
- Janus Installation and Echo Test: A Complete Walkthrough
- Chat with Your Kubernetes Cluster Locally: Setting up kubectl-ai with Ollama