Join our Discord Server

Search results for: docker container

Docker 1.12.1 Swarm Mode & Persistent Storage with DellEMC RexRay on AWS Platform

“Does Docker Engine 1.12 has storage discovery similar to Service Discovery and Orchestration Feature? What is the Volume/Persistent Storage story in...
Ajeet Raina
5 min read

Building the first CentOS 7.2 ARM docker image on Raspberry Pi 3

In the previous post, I showed how to get Docker 1.12.1 up and running on Raspberry Pi3 in just 5 minutes....
Ajeet Raina
2 min read

What’s new in Docker 1.12 Scheduling? – Part-I

In our previous posts, we spent considerable amount of time deep-diving into Swarm Mode which is in-built orchestration engine in Docker...
Ajeet Raina
4 min read

What’s new in Docker 1.12.0 Load-Balancing feature?

In the previous blog post, we deep-dived into Service Discovery aspects of Docker. A service is now a first class citizen in...
Ajeet Raina
5 min read

Demonstrating Docker 1.12 Service Discovery with Docker Compose

Docker 1.12 is GA now. Thanks to Docker Inc. core Team and community support for releasing it on time as promised...
Ajeet Raina
1 min read

Demystifying Service Discovery under Docker Engine 1.12.0

Prior to Docker 1.12 release, setting up Swarm cluster needed some sort of service discovery backend. There are multiple discovery backends...
Ajeet Raina
4 min read

Understanding Node Failure Handling under Docker 1.12 Swarm Mode

In the last Meetup (#Docker Bangalore), there has been lots of curiosity around “Desired State Reconciliation” & “Node Management” feature in case...
Ajeet Raina
3 min read

Docker 1.12 Swarm Mode – Under the hood

Today Docker Inc. released Engine 1.12 Release Candidate 4 with numerous improvements and added security features. With an optional “Swarm Mode”...
Ajeet Raina
3 min read

Docker 1.12 Networking Model Overview

“The Best way to orchestrate Docker is Docker” In our previous post, we talked about Swarm Mode’s built-in orchestration and distribution...
Ajeet Raina
5 min read

Docker Engine 1.12 comes with built-in Distribution & Orchestration System

Docker Engine 1.12 can be rightly called ” A Next Generation Docker Clustering & Distributed System”. Though Docker Engine 1.12 Final Release is...
Ajeet Raina
3 min read

Building Microservice applications on Docker-Datacenter (DDC) using Docker Compose

Docker-Datacenter (DDC) is targeted for both developers and IT operations team. DDC provides both developers and IT operations a common option...
Ajeet Raina
1 min read

Implementing Multi-Host Docker Networking with Docker-Datacenter (DDC)

In our previous post, we looked at detailed implementation of Docker-Datacenter-In-A-Box (Container-as-a-Service) on VMware ESXi platform. DDC pluggable architecture and open APIs allows...
Ajeet Raina
2 min read

Integrating AWS and Docker Cloud 1.0 ~ A Multicloud Application Delivery Service

Docker’s acquisition of Tutum, a cross-cloud container management service has really paid-off. Two week back, Docker announced “Docker Cloud 1.0” –...
Ajeet Raina
5 min read

New Docker Engine 1.10 brings Enterprise-level security hardening – Secure Computing

Security issues like kernel exploits,  denial-of-service attacks, container breakouts, poisoned images, compromising secrets etc. has been talked a lot in recent...
Ajeet Raina
6 min read

New Docker Engine 1.10 brings Enterprise-level Security Hardening – User Namespace

User Namespace support was introduced as an experimental feature last November under Docker 1.9 version. Docker 1.10 finally brings it as...
Ajeet Raina
3 min read

Getting Started with Docker Swarm

Docker Swarm is 1 year old now. Docker Inc. during DockerConEU, December 2014 made the announcement of Docker Swarm. A Docker...
Ajeet Raina
4 min read

Setting up Docker Hosts on Google Compute Engine using Docker Machine

Docker Machine enables a simplified approach to set up Docker hosts on supported platforms, including Linux, Windows, OS X, and various...
Ajeet Raina
1 min read

Building Docker-Ready Virtual Infrastructure through Docker Machine

“Is VM passe?” ~ this is an important debate ongoing around the globe among the CEOs, CFOs and CIOs. Most of...
Ajeet Raina
3 min read

Understanding Docker Networking – Part-I

This is a tutorial series for understanding how Docker Networking really works. I have tried to put it in very simple...
Ajeet Raina
9 min read

How to build .DEB packages through Docker

Building .DEB package is still a daunting process. It involves a series of compiling, linking and building the source packages. Compiling...
Ajeet Raina
1 min read

A Docker Deployment Workflow

Docker is an amazing technology and it just simplifies both workflows and communication. Traditionally, the cycle of getting an application from...
Ajeet Raina
1 min read

How to get rid of Docker images with no repository?

I had dozens of Docker containers and images running on my host machine. I played around those images for my internal...
Ajeet Raina
1 min read

Running Docker Private Registry server Frontend UI

Are you planning to setup own Docker private registry in your lab? Are you planning to bring all the in-house developers...
Ajeet Raina
1 min read

How to setup Mediawiki in seconds using Docker?

I still follow the same old traditional mediawiki software to track the roadmap, knowledge base articles, latest and updates for Linux...
Ajeet Raina
2 min read

Highlights from the Dockercon 2015

Last month at San Francisco @ Dockercon15, there were numerous exciting announcement which includes runtime container called runC, Docker network, Docker...
Ajeet Raina
1 min read

How to access Docker namespace?

It is never recommended to install openssh-server on the container for just mere shell access. It is always suggested to keep your...
Ajeet Raina
1 min read

How to push Docker Image to Docker Hub Registry?

This is step by step guide on how to push Docker Image to Docker Hub registry. To get started with this...
Ajeet Raina
3 min read

Getting Started with Docker – Part-II

In my previous blog post we talked about how to pull images, create containers, start and stop the containers, today we are...
Ajeet Raina
4 min read

Getting Started with Docker – Part-1

This is a step by step guide for getting started with Docker. This guide starts with a fresh CentOS 7.0 host...
Ajeet Raina
4 min read

Orchestrating Docker using Puppet

Dockers containers are revolutionizing the cloud computing world, spreading everywhere and powering developers world-wide to automate deployment of applications as a...
Ajeet Raina
4 min read

How to change Docker Image Installation Directory?

Are you running out of space while creating more and more containers? Here is a guide to change the default docker...
Ajeet Raina
2 min read
Harnessing the Power of Ollama: A Comprehensive Guide

Ollama Guide: Harnessing Its Full Potential

Explore the capabilities of Ollama in AI model deployment, from installation to feature exploration, with a focus on Docker container benefits.
Collabnix Team
7 min read

Harnessing the Power of Ollama: A Comprehensive Guide

Explore the capabilities of Ollama in AI model deployment, from installation to feature exploration, with a focus on Docker container benefits.
Collabnix Team
6 min read
Seamless Integration of OpenClaw AI Agents with External APIs and Tools

Seamless Integration of OpenClaw AI Agents with External APIs and Tools

Learn how to connect OpenClaw AI agents with external APIs and tools, enhancing their real-world applications and interactions.
Collabnix Team
8 min read
Building a Custom AI Agent with OpenClaw in 30 Minutes

Building a Custom AI Agent with OpenClaw in 30 Minutes

Discover how to efficiently build a custom AI agent using the OpenClaw framework in just 30 minutes, understanding the essentials for...
Collabnix Team
8 min read
How to Build a Customer Support AI Agent with RAG

How to Build a Customer Support AI Agent with RAG

Learn how to build a sophisticated customer support AI agent using Retrieval-Augmented Generation (RAG) to deliver precise and contextually relevant responses.
Collabnix Team
8 min read
Mastering Real-Time Debugging and Monitoring for OpenClaw AI Agents

Mastering Real-Time Debugging and Monitoring for OpenClaw AI Agents

Learn how to effectively debug and monitor OpenClaw AI agents in real-time. Explore tools, setups, and best practices to enhance your...
Collabnix Team
6 min read

Running GitHub Copilot CLI on Open Models with Ollama

GitHub Copilot CLI is GitHub’s AI coding agent for the terminal — it reads your codebase, edits files, runs commands, and...
Collabnix Team
2 min read
OpenClaw vs Semantic Kernel: Choosing the Right AI Framework

OpenClaw vs Semantic Kernel: Choosing the Right AI Framework

Explore the distinctions and strengths of OpenClaw versus Semantic Kernel, focusing on their suitability for AI applications.
Collabnix Team
7 min read
Building a Multi-Agent System: Architecture and Code Guide

Building a Multi-Agent System: Architecture and Code Guide

Explore Multi-Agent Systems with an in-depth guide, including architecture and step-by-step code tutorials for distributed AI solutions.
Collabnix Team
5 min read

Building a Multi-Agent System: Architecture and Code Guide

Explore Multi-Agent Systems with an in-depth guide, including architecture and step-by-step code tutorials for distributed AI solutions.
Collabnix Team
5 min read

Quick Start Guide to Setting Up a Local Kubernetes Cluster with Kind

Learn to set up a local Kubernetes cluster using Kind with this comprehensive guide. Perfect for developers looking to emulate production...
Collabnix Team
6 min read
Mastering Claude Code: 10 Essential Practices for Developers

Mastering Claude Code: 10 Essential Practices for Developers

Discover essential tips for maximizing Claude Code, the AI-driven coding assistant that enhances multi-file editing, git operations, and custom tool integration.
Collabnix Team
7 min read
Building an AI Agent for Web Search and Summarization: A Step-by-Step Guide

Building an AI Agent for Web Search and Summarization: A Step-by-Step Guide

Learn how to build an AI agent capable of web searching and summarization by utilizing Python, NLP libraries, and Docker for...
Collabnix Team
7 min read
Mastering Large Language Model Inference at Scale on Kubernetes

Mastering Large Language Model Inference at Scale on Kubernetes

Deploy Large Language Models (LLMs) efficiently at scale on Kubernetes using Docker. Learn step-by-step containerization and registry deployment practices.
Collabnix Team
8 min read
Step-by-Step Guide to Building an AI Agent with Python

Step-by-Step Guide to Building an AI Agent with Python

Learn how to build a functional AI agent from scratch with Python using powerful libraries like NumPy and OpenAI Gym in...
Collabnix Team
11 min read
Kubeflow vs Argo Workflows: Choosing the Best ML Pipeline Tool for Kubernetes

Kubeflow vs Argo Workflows: Choosing the Best ML Pipeline Tool for Kubernetes

Exploring the choice between Kubeflow and Argo Workflows for ML pipelines on Kubernetes, delving into their capabilities to assist in making...
Collabnix Team
4 min read
Mastering Prompt Engineering: Techniques for ChatGPT, Claude, and Gemini

Mastering Prompt Engineering: Techniques for ChatGPT, Claude, and Gemini

Explore prompt engineering for ChatGPT, Claude, and Gemini, unlocking the full potential of conversational AI with expert-crafted interactions.
Collabnix Team
8 min read

Mastering Prompt Engineering: Techniques for ChatGPT, Claude, and Gemini

Explore prompt engineering for ChatGPT, Claude, and Gemini, unlocking the full potential of conversational AI with expert-crafted interactions.
Collabnix Team
8 min read
How to Self-Host LLMs with vLLM: Performance and Cost Comparison

How to Self-Host LLMs with vLLM: Performance and Cost Comparison

Discover how to efficiently self-host large language models using vLLM to enhance performance and cut costs, while gaining greater control over...
Collabnix Team
6 min read

Ollama Now Supports Subagents and Web Search in Claude Code – No MCP Servers or API Keys Required

Ollama just dropped one of its most significant updates yet – native support for subagents and web search when using Claude...
Collabnix Team
5 min read
Running LLMs Locally with Ollama: A Complete Setup Guide

Running LLMs Locally with Ollama: A Complete Setup Guide

Learn how to run Large Language Models locally with Ollama, enhancing data privacy and reducing latency for your applications.
Collabnix Team
7 min read
Fine-Tuning Language Models with LoRA: A Comprehensive Guide

Fine-Tuning Language Models with LoRA: A Comprehensive Guide

Learn how to fine-tune large language models with Low-Rank Adaptation (LoRA) using Python and Docker. This guide covers setting up the...
Collabnix Team
7 min read
An In-Depth Guide to Software Agents

An In-Depth Guide to Software Agents

Explore the multifaceted world of software agents—autonomous programs vital for automation and monitoring in modern tech environments.
Collabnix Team
7 min read
Building an AI Coding Agent: Harness the Power of Machine Learning for Code Automation

Building an AI Coding Agent: Harness the Power of Machine Learning for Code Automation

Learn how to build an AI coding agent that automates the writing and testing of code using machine learning. This guide...
Collabnix Team
7 min read

OpenClaw: The Complete Guide to the Open-Source AI Personal Assistant

Learn everything about OpenClaw — the open-source AI personal assistant with 149K+ GitHub stars. This guide covers installation, Docker setup, skills,...
Collabnix Team
10 min read

How Moltbook Works Technically

Exploring the Future of the AI Social Network Moltbook is a revolutionary social networking platform designed exclusively for artificial intelligence agents....
Collabnix Team
6 min read

Moltbot Security: A Developer’s Guide to Protection

Understanding Moltbot Security for Developers The AI agent revolution is here, and Moltbot (formerly Clawdbot) sits at the center of it....
Collabnix Team
6 min read

The Complete AI Agent Learning Roadmap: From Zero to Building Production-Ready Agents

Master the AI Agent Learning Roadmap Today! A structured path to mastering AI agents in 2025 and beyond The AI landscape...
Collabnix Team
10 min read

What is Clawdbot and why is it getting popular?

Exploring Clawdbot: Your Self-Hosted AI Assistant Building your own multi-channel AI assistant with local-first control The era of personal AI assistants...
Collabnix Team
4 min read

How To Install Minikube on Ubuntu (Linux): Complete Step-by-Step Guide

Minikube is a powerful tool that lets you run Kubernetes locally on your Ubuntu machine. Whether you’re a developer testing Kubernetes...
Collabnix Team
3 min read

Llama vs GPT Comparison: A Developer’s Guide

Llama vs GPT Comparison: Key Insights for Developers The debate between Meta’s Llama and OpenAI’s GPT models has become central to...
Collabnix Team
3 min read

Google Gemini 3: Complete Developer Guide with Code Examples

Discover Google Gemini 3 - the most intelligent AI model with state-of-the-art reasoning, generative UI, and agentic capabilities. Complete guide with...
Tanvir Kour
10 min read

ChatGPT for Everyday Tasks: A Complete Guide

Maximize Efficiency with ChatGPT Everyday Tasks Introduction: Why ChatGPT is Transforming Daily Workflows With over 326 million global searches, ChatGPT has...
Collabnix Team
13 min read

Claude Desktop Extensions: Building Custom MCP Servers Guide

Learn to build custom MCP servers for Claude Desktop. Complete guide with Python examples, Docker integration, security best practices, and troubleshooting...
Collabnix Team
5 min read

Getting Started with NVIDIA Jetson AGX Thor Developer Kit: A Complete Reference Guide

If you’re building robots, you’re going to want to hear about this. NVIDIA just released Jetson Thor, and it’s a beast. We’re...
Ajeet Raina
8 min read

Streamlining Documentation Workflows in Modern DevOps: The Case for Web-Based PDF Tools

In the DevOps world, we’ve spent years eliminating dependencies, containerizing applications, and moving workloads to the cloud. Yet many teams still...
Tanvir Kour
4 min read

Top 5 MCP Servers Every Developer Must Be Aware Of

TL;DR – Install These 5 Containerized MCP Servers Today This blog was originally published here Stop wasting time with complex environment...
Ajeet Raina
15 min read

Building an AI DevOps Assistant with Claude API: Complete Guide

Learn to build a production-ready AI DevOps assistant using Claude API with Kubernetes integration, complete code examples, and deployment configurations.
Collabnix Team
6 min read

Choosing Ollama Models: The Complete 2025 Guide for Developers and Enterprises

Running large language models locally has become essential for developers, enterprises, and AI enthusiasts who prioritize privacy, cost control, and offline...
Collabnix Team
10 min read

Claude API vs OpenAI API 2025: Complete Developer Comparison with Benchmarks & Code Examples

Choosing between Claude API and OpenAI API is one of the most critical decisions developers face when building AI-powered applications in...
Collabnix Team
15 min read

Ollama: The Complete Guide to Running Large Language Models Locally in 2025

Learn how to install, configure, and optimize Ollama for running AI models locally. Complete guide with setup instructions, best practices, and...
Collabnix Team
3 min read
Building RAG Applications with Ollama and Python

Building RAG Applications with Ollama and Python: Complete 2025 Tutorial

Retrieval-Augmented Generation (RAG) has revolutionized how we build intelligent applications that can access and reason over external knowledge bases. In this...
Collabnix Team
8 min read

Choosing the Best Local LLM Tools for Your Needs

Choosing the Best Local LLM Tools for Your Needs LM Studio prioritizes ease of use with a polished GUI ideal for...
Tanvir Kour
5 min read

CI for AI: Running Ollama + LLMs in GitHub Actions with Open Source Tools

AI is rapidly transforming how we build software—but testing it? That’s still catching up. If you’re building GenAI apps, you’ve probably...
Collabnix Team
1 min read

Is Ollama ready for Production?

Introduction: The Ollama Promise As organizations seek alternatives to cloud-based AI services, Ollama has gained significant traction for its ability to...
Collabnix Team
3 min read

Running LLMs with TensorRT-LLM on NVIDIA Jetson Orin Nano Super

TensorRT-LLM is essentially a specialized tool that makes large language models (like ChatGPT) run much faster on NVIDIA hardware. Think of...
Ajeet Raina
15 min read

How to upgrade Jetpack 5.X to 6.X on NVIDIA Jetson Orin Nano Super

Recently, I upgraded my Jetson Orin Nano from JetPack 5.X to the latest JetPack 6.2. This represents a significant update, moving...
Ajeet Raina
2 min read

Getting Started with NVIDIA Jetson Orin Nano Super – Generative AI Supercomputer

NVIDIA has just reinvented edge computing with its latest offering – the Jetson Orin Nano Super Developer Kit. This isn’t just an...
Ajeet Raina
5 min read

Is Kubernetes Hard to Learn?

Kubernetes, also known as K8s, has emerged as a cornerstone technology in modern infrastructure management due to its ability to simplify...
Abraham Dahunsi
4 min read

What is Model Context Protocol (MCP) and what problem it solves?

Imagine an AI assistant helping a software team debug an issue. GitHub Co-Pilot might suggest fixes based on the code visible...
Ajeet Raina
4 min read

How to Completely Uninstall Ollama and Erase LLM Models on Linux Systems?

Ollama is a powerful tool for running large language models (LLMs) locally. However, there may come a time when you need...
Tanvir Kour
1 min read

Llama 3.3 70B and Ollama

Meta has introduced Llama 3.3, a 70-billion parameter large language model that provides performance comparable to the much larger Llama 3.1...
Tanvir Kour
3 min read

The Most Enticing Online Gaming Websites for DevOps Enthusiasts

As DevOps engineers and tech enthusiasts dive deep into optimizing development workflows, containerization, and automation, it’s important to take a break...
Tanvir Kour
3 min read

Setting Up a CI/CD Pipeline with Jenkins

Jenkins, an open-source automation server, is one of the most widely used tools for setting up CI/CD pipelines. Its flexibility, extensive...
Abraham Dahunsi
10 min read

Kubernetes Explained in 5 Minutes

Discover the origins and key components of Kubernetes, an open-source container orchestration platform revolutionizing application deployment and management. #Kubernetes #ContainerOrchestration
Abraham Dahunsi
5 min read

What is OpenDevin and what Number 1 problem does it solve for you?

Software development is becoming increasingly complex. From managing intricate codebases to deploying applications across various platforms, developers face a multitude of...
Adesoji Alu
11 min read

Collabnix Monthly Newsletter – June 2024

Discover the latest in Docker and Kubernetes with community-curated tutorials, events, and tools. Explore new projects and join the conversation! 🚀...
Ajeet Raina
2 min read

Error: request returned Internal Server Error for API route and version

This error (“Error: request returned Internal Server Error for API route and version,”) typically comes up during interactions with Docker or...
Abraham Dahunsi
4 min read

What is vLLM and what problem does it solve?

Large language models (LLMs) have taken the world by storm, generating human-quality text, translating languages, and writing different kinds of creative...
Avinash Bendigeri
2 min read

Exploring WebAssembly (WASM) for Web Development: Links, Resources, and More

Explore the power of WebAssembly (WASM) in web development with this comprehensive blog post. Learn its core concepts, advantages, and resources.
Arsheen Kour
2 min read

Running Llama 3 Locally with Ollama and Ollama WebUI

Meta (formerly Facebook) has just released Llama 3, a groundbreaking large language model (LLM) that promises to push the boundaries of what AI...
Ajeet Raina
3 min read

What is Data Backup? Why Backups Matter and How to Do Them Right?

Discover the importance of data backup, why it's crucial, and how to keep your digital life safe. Learn about data loss...
Avinash Bendigeri
4 min read

Latest Community-Curated Tutorials, Sample Apps, Events, and Videos | Collabnix Community Updates

Discover the latest community-curated tutorials, sample apps, events, and videos in the Collabnix Community. Submit your own content for inclusion in...
Ajeet Raina
2 min read

December Newsletter

Welcome to the Collabnix Monthly Newsletter!  We bring you a curated list of latest community-curated tutorials, sample apps, events, and videos....
Ajeet Raina
1 min read

Collabnix Monthly Newsletter – December 2023

Welcome to the Collabnix Monthly Newsletter! Get the latest community-curated tutorials, events, and more. Submit your own article or video for...
Ajeet Raina
1 min read

Ollama: A Lightweight, Extensible Framework for Building Language Models

Join Our Slack Community With over 10,00,000 Docker Pulls, Ollama is highly popular, lightweight, extensible framework for building and running language...
Avinash Bendigeri
2 min read

Top 5 Cluster Management Tools for Kubernetes in 2024

Kubernetes, also known as K8s, is a platform that allows you to efficiently manage your containerized applications across a group of...
Abraham Dahunsi
16 min read

Getting Started with the Low-Cost RPLIDAR Using NVIDIA Jetson Nano

Conclusion Getting started with low-code RPlidar with Jetson Nano is an exciting journey that can open up a wide range of...
Ajeet Raina
4 min read

Getting Started with ChatGPT

What makes Chat GPT a powerful language model? ChatGPT is a powerful language model for several reasons: All of these features...
Ajeet Raina
4 min read

Install and Configure GitLab Runner on Kubernetes using Helm

GitLab Runner is a tool that helps run jobs and send the results back to GitLab. It is often used in...
Ajeet Raina
7 min read

How To Secure Kubernetes Clusters In 7 Steps

Kubernetes is now the most widely used container and container orchestration platform. With the growing adoption of container and container orchestrator...
Korra Shailaja
5 min read

Awesome-Compose: What It is and Why You Should Really Care About It

With over 14,700 stars, 2,000 forks, awesome-compose is a popular Docker repository that contains a curated list of Docker Compose samples. It helps...
Ajeet Raina
3 min read

Top Kubernetes Tools You Need for 2021 – K3d and Portainer

Thanks to Collabnix community members Abhinav Dubey, Ashutosh Kale and Vinodkumar Mandalapu for all the collaboration and contribution towards this blog post series. In the last...
Ajeet Raina
6 min read

What are Kubernetes Pods? | KubeLabs Glossary

Kubernetes (commonly referred to as K8s) is an orchestration engine for container technologies such as Docker and rkt that is taking...
Ajeet Raina
9 min read

Getting Started with NVIDIA Jetson Nano From Scratch

The NVIDIA Jetson Nano 2GB Developer Kit is the ideal platform for teaching, learning, and developing AI and robotics applications. It...
Ajeet Raina
1 min read

Introducing 2GB NVIDIA Jetson Nano: An Affordable Yet Powerful $59 AI Computer

Today at GPU Technology Conference(GTC) 2020, NVIDIA announced a new 2GB Nvidia Jetson Nano for the first time. Last year, during...
Ajeet Raina
2 min read

The Rise of Shipa – A Continuous Operation Platform

Cloud native microservices have undergone an exciting architectural evolution. 4 years back, the industry was busy talking about the rise of...
Ajeet Raina
16 min read

Monitoring Multi-Node K3s Cluster running on IoT using Datadog – Part 1

The rapid adoption of cloud-based solutions in the IT industry is acting as the key driver for the growth of the...
Ajeet Raina
4 min read

How to migrate AWS ElastiCache data to Redis with Zero downtime

Are you looking out for a tool which can help you migrate Elasticache data to Redis Open Source or Redis Enterprise...
Ajeet Raina
3 min read

Top 50 Kubernetes Interview Questions For You

Kubernetes provides a container-centric management environment. It orchestrates computing, networking, and storage infrastructure on behalf of user workloads. This provides much...
Ajeet Raina
31 min read

Visualize Redis Open Source using Rebrow

If you are serious about monitoring your cluster health with real-time alerts, analyzing your cluster configuration, rebalance as necessary, managing addition...
Ajeet Raina
4 min read

The Rise of Pico: At the Grace Hopper Celebration India

The Grace Hopper Celebration of Women in Computing (GHC) is a series of conferences designed to bring the research and career...
Ajeet Raina
2 min read

Meet K3s – A Lightweight Kubernetes Distribution for Raspberry Pi Cluster

To implement a microservice architecture and a multi-cloud strategy, Kubernetes today has become a key enabling technology. The bedrock of Kubernetes...
Ajeet Raina
10 min read

Top 50 Ansible Interview Questions

Ansible is an open-source engine that automates configuration management, application deployment, and other devOps tasks. Ansible is simple, agentless IT automation...
Ajeet Raina
30 min read

Test Drive Compose on Kubernetes on Play with Kubernetes(PWK) Playground in 5 Minutes

On the 2nd day of Dockercon, Docker Inc. open sourced Compose on Kubernetes project. This project provides a simple way to define cloud...
Ajeet Raina
7 min read

Kubernetes Hands-on Lab #4 – Deploy Prometheus Stack using Helm on Play with Kubernetes Platform

  Let’s talk about Kubernetes Deployment Challenges… As monolithic systems become too large to deal with, many enterprises are drawn to...
Ajeet Raina
6 min read

Kubernetes Hands-on Lab #3 – Deploy Istio Mesh on K8s Cluster

  Istio is completely an open source service mesh that layers transparently onto existing distributed applications. Istio v1.0 got announced last...
Ajeet Raina
7 min read

Demystifying Serverless & OpenFaas

Is Function a new container? Why so buzz around Serverless computing like OpenFaas?   One of the biggest tech trend of...
Ajeet Raina
6 min read

Building a Secure VM based on LinuxKit on Microsoft Azure Platform

LinuxKit GITHUB repository recently crossed 3000 stars, forked around 300+ times and added 60+ contributors. Just 5 months old project and...
Ajeet Raina
2 min read

Walkthrough: How to build your own customised LinuxKit kernel?

  “..Its Time to Talk about Bring Your Own Components (BYOC) now..” The Moby Project  is gaining momentum day by day. If...
Ajeet Raina
3 min read

LinuxKit 101: Getting Started with LinuxKit for Google Cloud Platform

  “…LinuxKit? A New Beast?      What problem does it solve for us?..”   In case you missed out Dockercon...
Ajeet Raina
4 min read

Lovable.dev: A Comprehensive Review of the AI-Powered Development Platform

Explore how Lovable.dev revolutionizes web app development with AI-driven code generation, integrating modern technologies like Vite, React, and Supabase.
Collabnix Team
7 min read
AI in Enterprise 2025: Adoption Stats, Use Cases, and ROI Data

AI in Enterprise 2025: Adoption Stats, Use Cases, and ROI Data

Explore the transformative role of AI in enterprises by 2025 with insights into adoption statistics, use cases, and ROI assessment.
Collabnix Team
6 min read
Breaking Down the Cost of Running AI in Production: A Comprehensive Guide

Breaking Down the Cost of Running AI in Production: A Comprehensive Guide

Explore the real-world costs of running AI models in production, from data management to infrastructure choices, in this comprehensive guide.
Collabnix Team
7 min read

What Everyone Is Actually Searching About Ollama in 2026

Ollama crossed 52 million monthly downloads in Q1 2026. That number is not a vanity metric — it is a tectonic...
Tanvir Kour
5 min read

Agents Are the New Pods: Running AI Agents on Kubernetes with the Sandbox CRD

Exploring AI Agents on Kubernetes for Enhanced Performance I’ve been spending a lot of time lately watching people try to deploy...
Collabnix Team
5 min read

NemoClaw vs OpenClaw: A Hands-On Walkthrough of the Same Agent in Two Very Different Boxes

Nemoclaw vs Openclaw: A Detailed Comparison Guide I installed both, ran the same agent through each, and watched what they actually...
Ajeet Raina
7 min read
Mastering RAG Chatbot Development with LangChain and ChromaDB

Mastering RAG Chatbot Development with LangChain and ChromaDB

Learn how to build a powerful RAG chatbot using LangChain and ChromaDB with this in-depth Python tutorial. Discover the intricacies of...
Collabnix Team
7 min read
Understanding OpenClaw: The Open Source AI Agent Framework

Develop AI Agents Using Function Calling with OpenAI and Claude

Learn how to effectively use function calling to build AI agents with OpenAI and Claude, ensuring scalable and efficient applications.
Collabnix Team
5 min read
Getting Started with OpenClaw: Installation and First AI Agent Tutorial

Getting Started with OpenClaw: Installation and First AI Agent Tutorial

Explore the installation and basic agent creation with OpenClaw, the open-source AI framework designed to simplify AI agent development.
Collabnix Team
7 min read
Developing Full-Stack Apps with Claude Code: A Step-by-Step Guide

Developing Full-Stack Apps with Claude Code: A Step-by-Step Guide

Learn how to build a full-stack application using Claude Code. This step-by-step tutorial guides you through installation, setup, and leveraging advanced...
Collabnix Team
6 min read
Choosing the Right Framework: OpenClaw, LangChain, or CrewAI?

Choosing the Right Framework: OpenClaw, LangChain, or CrewAI?

Explore the nuanced differences between OpenClaw, LangChain, and CrewAI to choose the best AI agent framework for your needs. This in-depth...
Collabnix Team
7 min read

The Claw Wars: OpenClaw vs NanoClaw vs NemoClaw

Three frameworks, three philosophies, one burning question — which one actually belongs on your machine?
Collabnix Team
5 min read
AI Agents Explained: A Comprehensive Beginner's Guide [2025]

AI Agents Explained: A Comprehensive Beginner’s Guide [2025]

Explore the transformative role of AI Agents in everyday life and various industries. Discover their architecture, applications, and the basic setup...
Collabnix Team
6 min read
AI Agent Security: Guardrails and Preventing Prompt Injection

AI Agent Security: Guardrails and Preventing Prompt Injection

Enhance the security of AI agents by implementing guardrails to prevent prompt injection attacks. Learn best practices and real-world solutions.
Collabnix Team
6 min read
Choosing the Right Kubernetes Service Mesh: Istio, Linkerd, and Cilium in 2025

Choosing the Right Kubernetes Service Mesh: Istio, Linkerd, and Cilium in 2025

Explore the top Kubernetes service meshes for 2025 - Istio, Linkerd, and Cilium - to enhance microservice communication efficiently.
Collabnix Team
6 min read
2025's Best AI Tools for Developers: The Ultimate Guide

2025’s Best AI Tools for Developers: The Ultimate Guide

Discover the best AI tools for developers in 2025, focusing on productivity, innovation, and scalability with detailed examples and insights.
Collabnix Team
6 min read

Build Your n8n Private Assistant on Mac Mini

Create Your Own n8n Private Assistant Today In a world where digital assistants handle our most sensitive information, privacy is paramount....
Manish Lingadevaru
5 min read
AI Agents in 2025: Market Trends, Frameworks, and Predictions

AI Agents in 2025: Market Trends, Frameworks, and Predictions

Discover the advancements and predictions for AI agents in 2025, exploring market trends and development frameworks transforming industries.
Collabnix Team
6 min read
Building a Multimodal AI App: Understanding Images and Text

Building a Multimodal AI App: Understanding Images and Text

Learn how to build a multimodal AI application that can understand and process both images and text for improved digital interactions.
Collabnix Team
8 min read
Harnessing Claude Code for DevOps Automation: A Comprehensive Guide

Harnessing Claude Code for DevOps Automation: A Comprehensive Guide

Discover how Claude Code revolutionizes DevOps automation with agentic codebase management, multi-file editing, and command execution directly in your terminal.
Collabnix Team
7 min read

Is OpenClaw Safe to Use?

OpenClaw has become the hottest open-source AI project of early 2026. With 200,000+ GitHub stars, over 1.5 million agents created, and...
Collabnix Team
5 min read

Building a Secure AI-Powered Zabbix Chat Assistant with OpenWebUI, Claude, and SSO-Based Access Control

AI-powered Zabbix chat assistant for enhanced monitoring Ever wished your monitoring team could just ask Zabbix a question in plain English...
Collabnix Team
12 min read
Understanding AI Agents and Chatbots: Key Differences and Why They Matter

Understanding AI Agents and Chatbots: Key Differences and Why They Matter

Discover the fundamental differences between AI agents and chatbots, their capabilities, and why selecting the right tool matters for your business's...
Collabnix Team
7 min read
Deploying AI Models on Kubernetes Using KServe

Deploying AI Models on Kubernetes Using KServe

Deploy AI models on Kubernetes using KServe for scalable, manageable solutions. Learn how to handle deployment intricacies and optimize model serving...
Collabnix Team
8 min read

Deploying AI Models on Kubernetes Using KServe

Deploy AI models on Kubernetes using KServe for scalable, manageable solutions. Learn how to handle deployment intricacies and optimize model serving...
Collabnix Team
8 min read

Top 5 Reasons Why I’m Attending NVIDIA GTC 2026 (And Why You Should Too!)

If there’s one AI event you absolutely cannot afford to miss this year, it’s NVIDIA GTC 2026. Happening March 16–19 in...
Ajeet Raina
5 min read
Building Stateful AI Workflows with LangGraph

Building Stateful AI Workflows with LangGraph

Learn how to leverage LangGraph to craft stateful AI agent workflows, crucial for handling sophisticated interactions in cloud-native environments.
Collabnix Team
8 min read
OpenClaw Architecture Deep Dive: How It Works Under the Hood

OpenClaw Architecture Deep Dive: How It Works Under the Hood

Explore OpenClaw, an emerging AI agent framework. This deep dive unveils its architecture, offering insights into building flexible AI-driven solutions.
Collabnix Team
9 min read
Comprehensive Guide to Kubernetes Operators: Beginner's Insight

Comprehensive Guide to Kubernetes Operators: Beginner’s Insight

Explore the world of Kubernetes Operators, learn how they automate complex tasks, and see why they are essential for managing cloud-native...
Collabnix Team
7 min read

Comprehensive Guide to Kubernetes Operators: Beginner’s Insight

Explore the world of Kubernetes Operators, learn how they automate complex tasks, and see why they are essential for managing cloud-native...
Collabnix Team
7 min read
Understanding Agentic AI: How Autonomous AI Agents Operate

Understanding Agentic AI: How Autonomous AI Agents Operate

Discover how Agentic AI develops autonomous agents capable of independent decision-making informed by advanced AI techniques.
Collabnix Team
7 min read

Understanding Agentic AI: Concepts, Challenges, and Applications

Explore the world of agentic AI, where autonomous agents make independent decisions, transforming industries like healthcare and transportation.
Collabnix Team
13 min read

Why AI Agents Need Sandboxing

The Importance of Sandboxing for AI Agents AI agents are getting really good at their jobs. That’s the problem. A year...
Collabnix Team
5 min read

Claude Cowork: The Complete Guide to Anthropic’s AI Desktop Agent for Task Automation

Learn how Claude Cowork transforms your desktop into an intelligent automation hub. This comprehensive guide covers features, use cases, setup, and...
Collabnix Team
5 min read

Running n8n on Kubernetes: What Actually Works in Production

Let me tell you about a problem I kept running into. Companies would set up n8n for workflow automation, everything worked...
Collabnix Team
3 min read

What Is AI Scheduling for Field Teams on K8s?

When people talk about K8s, they mean Kubernetes, which is the open source system that automates how containerized applications run across...
Collabnix Team
2 min read

Enable GPU Support in Kubernetes: A Complete Guide

How to Enable GPU Support in Kubernetes Running Large Language Models (LLMs) like Ollama in Kubernetes requires GPU acceleration for optimal...
Tanvir Kour
13 min read

Agents Are the New Microservices: What 2025 Taught Us About AI Engineering

Understanding AI Engineering in Modern Microservices The AI engineering landscape has undergone a seismic shift in 2025. What started as experimental...
Collabnix Team
5 min read

Kubernetes for Generative AI: Complete Guide to Deploying LLMs at Scale

The explosion of Generative AI has transformed how we build applications, but deploying Large Language Models (LLMs) at scale presents unique...
Collabnix Team
6 min read

Nginx Ingress Migration: Your Complete 2025 Guide

Learn how to migrate from NGINX Ingress Controller to Kubernetes Gateway API before March 2026 deadline. Step-by-step guide with ingress2gateway...
Collabnix Team
16 min read

The Future of Machine Learning and Agentic AI: AI Agents, and What’s Coming Next

Explore the future of AI agents, agentic AI systems, and machine learning from 2025 to 2035. Learn how multi-agent architectures, containerized...
Collabnix Team
8 min read

Why Kubernetes Runs Better on GPUs?

The convergence of Kubernetes and GPU computing has fundamentally transformed how organizations deploy and scale artificial intelligence, machine learning, and data...
Collabnix Team
8 min read

MCP Linux Foundation: A Historic Milestone for AI

MCP Linux Foundation: A New Era for Agentic AI In a move that marks a pivotal moment for the AI industry,...
Collabnix Team
4 min read

Kubernetes CI/CD Pipelines – 8 Best Practices and Tools

Learn how to build robust, scalable, and secure CI/CD pipelines for Kubernetes. This comprehensive guide covers 8 essential best practices along...
Collabnix Team
7 min read

NVIDIA Jetson AGX Thor: Top 5 Use Cases with Tutorials

The NVIDIA Jetson Thor represents a paradigm shift in edge computing for physical AI. Powered by the 2560 Blackwell-based CUDA cores,...
Collabnix Team
16 min read

What Are Pods in Kubernetes? A Complete Guide with Examples

Kubernetes has become the de facto standard for container orchestration, and at its core lies a fundamental building block: the Pod....
Collabnix Team
5 min read

DevSecOps Guide: CI/CD for Secure PDF Microservices

Practical DevSecOps playbook to build, sign, scan, and ship a PDF microservice with SBOMs, provenance, secrets hygiene, and policy gates.
Tanvir Kour
4 min read

First Impressions: Google Antigravity – The Search Giant Enters the Agentic IDE Arena

The software development landscape is experiencing a seismic shift. Within the last 24 hours, Google dropped what might be their most...
Tanvir Kour
4 min read

Running AI Workloads on Kubernetes in 2025

Optimizing AI Workloads on Kubernetes in 2025 If you’ve been keeping an eye on the cloud-native world, you’ve probably noticed how...
Collabnix Team
3 min read

Energy Management Software Development Costs Explained for Enterprises

Energy costs are like a Netflix subscription, but without the “cancel” button: they’re just always there, and the bigger the business,...
Tanvir Kour
6 min read

Transforming healthcare infrastructure with cloud-native EHR solutions: Why custom development matters

Discover how custom cloud-native EHR software helps healthcare providers modernize infrastructure, enhance scalability, and improve patient care.
Tanvir Kour
3 min read

Claude vs GPT-4: A Technical Comparison for DevOps Engineers

Deep technical comparison of Claude and GPT-4 for developers. Includes API benchmarks, code examples, pricing analysis, and integration patterns.
Collabnix Team
5 min read

Kubernetes Operators for ML: Complete CRD Implementation Guide

Master Kubernetes Operators for ML workloads. Complete guide to Custom Resource Definitions, controller implementation, and best practices with code examples.
Collabnix Team
6 min read

Building LLM Evaluation Pipelines on Kubernetes: A Complete Guide

Learn to build production-grade LLM evaluation pipelines on Kubernetes with practical YAML configs, code examples, and best practices for scalable AI/ML...
Collabnix Team
5 min read

Claude and Autonomous Agents: Practical Implementation Guide

Learn to build production-ready autonomous agents with Claude AI. Complete guide with code examples, Kubernetes deployment, and best practices for DevOps.
Collabnix Team
6 min read

Ollama API Integration: Building Production-Ready LLM Applications

Learn to build production-ready LLM applications with Ollama API. Complete guide with Python examples, Kubernetes deployment, and performance optimization tips.
Collabnix Team
5 min read

Local Development Environment for AI Applications: Complete Guide

Build a production-ready local development environment for AI applications using Docker, Kubernetes, and GPU support. Includes code examples and best practices.
Collabnix Team
5 min read

Agentic AI Development with Claude: A Practical DevOps Tutorial

Learn to build autonomous AI agents with Claude API. Includes Python code, Docker deployment, Kubernetes manifests, and production-ready examples for DevOps...
Collabnix Team
6 min read

Ollama Performance Tuning: GPU Optimization Techniques for Production

Master Ollama GPU optimization with advanced techniques for VRAM management, Flash Attention, multi-GPU setups, and Kubernetes deployments. Boost LLM performance 2-3x.
Avinash Bendigeri
4 min read

Claude Code: Agentic Coding from Your Terminal – Complete Guide

Master Claude Code for agentic AI-powered coding in your terminal. Learn installation, configuration, advanced workflows, and best practices for DevOps teams.
Collabnix Team
3 min read

LLM-Powered Code Review: Automated PR Analysis for DevOps Teams

Build a production-ready LLM-powered code review system with GitHub Actions. Automate PR analysis, catch bugs, and improve code quality with AI.
Collabnix Team
5 min read

Building Distributed Training Systems on Kubernetes: A Complete Guide

Learn how to build scalable distributed training systems on Kubernetes with PyTorch and TensorFlow. Includes YAML configs, code examples, and best...
Collabnix Team
5 min read

From Prototype to Production: Scaling LLM Applications in Kubernetes

Learn to scale LLM applications from prototype to production with Kubernetes, vLLM, and best practices for GPU resource management and cost...
Collabnix Team
5 min read

Serverless AI Deployment for Scalable LLM Inference

Learn how to deploy scalable LLM inference services using Knative on Kubernetes. Complete guide with code examples, GPU support, and production...
Collabnix Team
5 min read

Building a Multi-Tenant LLM Platform on Kubernetes: Complete Guide

Learn how to build a production-ready multi-tenant LLM platform on Kubernetes with isolation, resource management, and scaling. Includes YAML configs and...
Collabnix Team
5 min read

Building AI Agents with Kubernetes Jobs and CronJobs: Complete Guide

Learn to build, deploy, and scale AI agents using Kubernetes Jobs and CronJobs. Includes YAML configs, Python examples, and production best...
Collabnix Team
5 min read

Scaling Ollama Deployments: Load Balancing Strategies for Production

Master load balancing strategies for scaling Ollama deployments in production. Complete guide with Kubernetes configs, HAProxy setup, and troubleshooting tips.
Collabnix Team
6 min read

MLOps on Kubernetes: CI/CD for Machine Learning Models in 2024

Master MLOps on Kubernetes with practical CI/CD pipelines for ML models. Includes YAML configs, Python examples, and production-ready workflows.
Collabnix Team
4 min read

Building AI Coding Assistants with Claude and MCP: A Complete Guide

Learn to build production-ready AI coding assistants using Claude and Model Context Protocol (MCP). Includes code examples, Docker configs, and best...
Collabnix Team
6 min read

Model Serving at Scale: TorchServe on Kubernetes Guide 2024

Learn to deploy PyTorch models at scale with TorchServe on Kubernetes. Complete guide with YAML configs, autoscaling, and production best practices.
Collabnix Team
4 min read

Document Processing for RAG: Best Practices and Tools for 2024

Master document processing for RAG systems with practical examples, code snippets, and best practices. Learn chunking strategies, embedding optimization, and production...
Collabnix Team
5 min read

Webhook-Driven AI Workflows with Claude and Kubernetes

Learn how to build production-ready webhook-driven AI workflows using Claude API and Kubernetes. Includes YAML configs, Python examples, and best practices.
Collabnix Team
5 min read

Discover Cursor AI Benefits for 2025 Success

Discover the Key Cursor AI Benefits for 2025 Introduction: Why Developers Are Making the Switch Over 1 million developers have already...
Avinash Bendigeri
13 min read
Join our Discord Server