KubeBlogs - DevOps and Cloud content
  • DevOps
  • Kubernetes
  • Cloud
  • Python
  • Tools
  • LLM
  • How to?
  • KubeNine™
Sign in Subscribe
Cut AWS EC2 costs by 50 percent with automated instance scheduling using cron jobs

Stop Wasting Money: Cut Your AWS EC2 Costs by 50% with Automated Scheduling

Introduction You can save cost by turning off non-production ec2 instances when they are not needed. Automating start and stop actions using AWS Lambda and CloudWatch can save costs significantly. Instead of scripting this from scratch, Terraform modules can help implement the solution quickly and cleanly. In this guide, we’
05 Aug 2025 2 min read
Resolving Django migration sequence conflicts in team development workflows
how-to

How to Resolve Django Migration Sequence Conflicts in Team Development

Introduction Django migrations are essential for database schema management, but they can become problematic when multiple engineers work on the same application simultaneously. One common issue is migration sequence conflicts — when two engineers create migrations with the same sequence number, causing Django to throw exceptions during deployment. This guide shows
16 Jul 2025 2 min read
Simplified guide to merging multiple Kubernetes kubeconfig files
how-to

How to Merge Kubeconfig Files - Simplified

Introduction Managing multiple Kubernetes clusters means dealing with multiple kubeconfig files. Each cluster generates its own configuration file containing authentication details, server endpoints, and context information. As your infrastructure grows, manually switching between different kubeconfig files becomes tedious and error-prone. Merging kubeconfig files into a single configuration allows you to
11 Jul 2025 3 min read
ECS Fargate vs ECS EC2 cost and operational overhead comparison

Saving Cost with EC2 Strategy but More Operational Overhead? What is Better: ECS Fargate vs ECS EC2?

When deploying container workloads on AWS, Amazon ECS offers two primary execution models: ECS with EC2 and ECS with Fargate, each with its own cost, control, and operational implications. EC2, especially when paired with Spot Instances, can substantially reduce spend, but demands infrastructure management. Fargate simplifies operations by abstracting compute
07 Jul 2025 3 min read
Rapid UI prototyping with Python Streamlit for audio transcription
Python

Rapid UI Prototyping with Python Streamlit: Audio Transcription, End-to-End

Introduction Podcasts, video calls, and voice calls produces hours of speech every day. Turning that speech into text is now routine for meetings, customer-support calls, and more. A simple audio to text tool can help us capture conversations on meetings, phone or our smart watch - once recorded we can
25 Jun 2025 3 min read
Secure AWS access from GitHub Actions using OpenID Connect OIDC authentication
Cloud

Securely Accessing AWS Resources from GitHub Actions using OpenID Connect (OIDC)

Introduction Hardcoding AWS credentials into CI/CD pipelines is one of the most common mistakes teams make—and one of the easiest to avoid. In this blog, you’ll learn how to connect GitHub Actions with AWS using OpenID Connect (OIDC), a method that skips access keys entirely. Instead of
19 Jun 2025 5 min read
Adding blazing fast Algolia search to a Django web application

Add Blazing Fast Search to Your Django Site with Algolia

Introduction Most web applications struggle with search functionality as they scale. Users expect instant, accurate results with typo tolerance and intelligent filtering capabilities that traditional database queries simply cannot deliver efficiently. Building these features from scratch requires significant development resources and ongoing infrastructure management. Even with proper indexing, SQL queries
17 Jun 2025 3 min read
Using Act to run and test GitHub Actions workflows locally before pushing

How a Simple Open Source Tool Drastically Improved Our Time to Ship GitHub Actions

Introduction Every DevOps team knows the frustration: you push a change to your GitHub Actions workflow, then wait several minutes for the pipeline to execute, fail, and force another round of commits. And then it goes on in a loop. At KubeNine, we encountered this same delay while iterating on
12 Jun 2025 4 min read
Simplifying AWS CloudTrail log analysis using natural language processing

Simplifying AWS CloudTrail Log Analysis using NLP

Introduction Cloud security auditing is critical but often tedious and time-consuming. AWS CloudTrail logs every API call and user activity, offering a detailed audit trail. But combing through these logs manually or writing complex CloudWatch Insights queries is a painful and error-prone task. We at KubeNine have built an AI-powered
09 Jun 2025 3 min read
← Newer Posts Page 5 of 15 Older Posts →

Subscribe to KubeBlogs - DevOps and Cloud content

Get comprehensive insights into DevOps, Cloud, Site Reliability and much more with blogs written by industry practicing consultants. Step-by-step guides and innovative DevOps content.

KubeBlogs - DevOps and Cloud content

Get comprehensive insights into DevOps, Cloud, Site Reliability and much more with blogs written by industry practicing consultants. Step-by-step guides and innovative DevOps content.

Categories

  • Cloud
  • DevOps
  • Python
  • Kubernetes
  • Tools
  • LLM

Links

  • DevOps
  • Cloud
  • Python

Connect

  • LinkedIn
  • RSS Feed
KubeBlogs - DevOps and Cloud content © 2026 By KubeNine Powered by Ghost