KubeBlogs - DevOps and Cloud content
  • DevOps
  • Kubernetes
  • Cloud
  • Python
  • Tools
  • LLM
  • How to?
  • KubeNine™
Sign in Subscribe
GCP global VPC architecture differences compared to AWS regional VPC
Cloud

Global VPC - how is it different from AWS

Introduction Virtual networking stack offered by GCP is fundamentally different from AWS. While AWS got stuck with their initial design, GCP got time to learn from their mistakes and build a well thought VPC system that supports interconnectivity across regions by default. In this blog we're going to
23 Jul 2024 2 min read
Pod disruption budgets preventing downtime during Kubernetes maintenance
DevOps

Pod Disruption Budgets: Why They Matter and How to Use Them to Avoid Downtime

Kubernetes pods are the smallest units you can deploy on the Kubernetes platform. Each pod represents a single running process and operates from a node or worker machine within Kubernetes, which can be either virtual or physical. Sometimes, Kubernetes pods might get disrupted, either voluntarily or involuntarily. This is more
23 Jul 2024 3 min read
Pydantic data validation library for Python applications
Python

Pydantic: Fast and Pythonic Data Validation for Your Python Applications

In any application, ensuring that the data you’re working with is valid and well-formed is a critical part of ensuring that the application runs smoothly and reliably. In Python, there are many libraries available for data validation, but one that stands out for its ease of use, performance,
23 Jul 2024 4 min read
Deep dive into iptables Linux firewall from zero to hero
DevOps

A Deep Dive into Iptables: From Zero to Hero in One Blog Series

What is iptables? Iptables is a command-line utility for configuring the firewall rules of the kernel’s netfilter framework. It allows system administrators to filter and manipulate incoming, outgoing, and forwarded network packets based on various criteria such as IP addresses, ports, protocols, and packet states. Iptables explained to
23 Jul 2024 4 min read
Python garbage collection strategy compared to Java memory management
Python

Simplifying Garbage Collection: Python’s Winning Strategy Against Java

Introduction The way Python handles garbage collection is miles apart from how Java does it. The approach taken by each of these languages impacts the performance and ease of use in multiple ways. In the world of programming, memory management is a critical aspect that can significantly impact the performance
23 Jul 2024 3 min read
Opinionated guide for writing professional Python scripts
Python

An Opinionated Guide for Writing Awesome Python Scripts!

Introduction In the world of Python development, the proper setup can significantly boost productivity and ensure that you can write robust scripts. A collection of libraries knit together can make a huge difference in the quality of programs that you write. From command-line argument parsing to HTTP request handling
23 Jul 2024 3 min read
Defensive programming in Python input validation best practices
Python

Defensive Programming in Python: Input Validation Best Practices (Part 2)

Introduction Python is not a strongly typed language — which means things can go wrong at runtime. Python provides you with a dynamic environment, where variables don’t need a declared type before use, flexibility comes hand-in-hand with the challenge of unexpected runtime errors. These errors often stem from
23 Jul 2024 5 min read
Defensive programming in Python golden rules for logging best practices
Python

Defensive Programming in Python: Part 1: Golden Rules for Logging

Introduction Welcome to the first post in the series of Defensive Programming. In this series, I am going to cover how to write code in Python that helps you sleep well at night. Code that you can rely on to work in production and not fail you unexpectedly. Python is
23 Jul 2024 4 min read
How to Access Private Databases in AWS VPC (Bastion Host + SSH Tunnel Guide)
AWS

How to Access Private Databases in AWS VPC (Bastion Host + SSH Tunnel Guide)

Struggling to connect to a private AWS database? Learn how bastion hosts and SSH tunneling enable secure access to databases inside a VPC.
10 Jul 2024 4 min read
← Newer Posts Page 14 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