devops
-
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
-
How to enable RTPEngine debug Log Level: A Quick Guide

RTPEngine is a powerful media relay for VoIP applications, and effective logging is crucial for monitoring and troubleshooting. This post covers how to manage RTPEngine log levels, including setting them at startup and/or adjusting them dynamically. Understanding RTPEngine Log LevelsRTPEngine uses the standard syslog log levels, defined as follows: Value Name Description 0 LOG_EMERG System Continue reading
-
Open Web UI: Run local chat app with Image Generation using phi4, deepseek-r1 and stable diffusion

In this blog post, we’ll walk you through the process of setting up a local environment for running Deepseek-r1 and Phi4 using Open Web UI and Ollama. By leveraging Docker and a few essential tools, you’ll be able to deploy a robust local chat application with integrated image generation capabilities. One of the major advantages 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
-
Integrating OpenID Connect with GitHub Actions: A Secure Path to CI/CD Automation

Explore the seamless integration of OpenID Connect (OIDC) with GitHub Actions in this blog post. We break down how this powerful combination enhances CI/CD workflows, offering a secure and streamlined approach to cloud services. Discover the simple steps to connect your GitHub Actions with cloud providers like AWS, Azure, and GCP, ensuring your development process… 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