Tutorials

The Kubernetes for Humans Podcast 🎙️

The Kubernetes for Humans Podcast 🎙️

Rеad more
blog-the-good-guy-menahem-backstage-by-spotify-con

Let’s Go Backstage: E2E IDP Tips & Tricks for Platform Engineers

14 min read

In this talk, we'll take a look at why IDPs are gaining popularity, and Backstage has become the OSS tool of choice for building developer platforms.

Handling-Networking-Errors-in-Kubernetes

Handling Networking Errors in Kubernetes

6 min read

This article explains how to handle and prevent Kubernetes networking errors. While some of these issues can be frustrating and time-consuming to troubleshoot, proper handling can significantly reduce system downtime and improve your Kubernetes deployment’s overall performance and reliability.

Deploying-a-Python-Application-with-Kubernetes

Deploying a Python Application with Kubernetes

8 min read

Learn how to deploy a Python application in Kubernetes. From preparing a Python web app, creating a Kubernetes deployment, exposing it as a service, scaling and updating the deployment, monitoring, logging, alerting, and more.

Receive blog and product updates

Deploying a Golang Application with Kubernetes and Komodor

Deploying a Golang Microservice to Kubernetes

5 min read

In this tutorial, you’ll learn how to build a Golang microservice, package it as a Docker container, deploy it on Kubernetes, and monitor the deployment using Komodor.

A-Software-Developer's Guide-to-Getting-Started-With-K8s-Part-2

A Software Developer’s Guide to Getting Started With Kubernetes: Part 1

8 min read

A developer who understands how to use Kubernetes can easily replicate production infrastructure and become more involved with operations.

the-fast-dev

How to Become a Faster and More Efficient Developer?

6 min read

If you feel like you’ve reached a plateau, and you’re not learning anything new sprint over sprint, you should take a proactive approach and do a post-mortem on yourself (sorry for the grim analogy)! Meaning, find your weak spots and optimizing where possible to deliver more value faster. 

Integrating Komodor with PagerDuty 

3 min read

Integrating PagerDuty with Komodor can provide significant benefits for organizations that rely on Kubernetes to deliver services to customers.

Kubernetes-Health-Checks

Kubernetes Health Checks: Everything You Need to Know

8 min read

Learn how to implement an effective Kubernetes health check, and how to use health checks for troubleshooting.

Best Practices Guide for Kubernetes Labels and Annotations

6 min read

Metadata is essential for grouping resources, redirecting requests and managing deployments. Learn the best practices of using labels and annotations.