Kubernetes

How to Setup a MicroK8s Kubernetes Cluster on Ubuntu 22.04 — step-by-step Kubernetes tutorial on Progressive Robot

How to Setup a MicroK8s Kubernetes Cluster on Ubuntu 22.04

*The author selected Open Source Initiative to receive a donation as part of the Write for DOnations program.* Introduction to MicroK8s While many options are available for a Kubernetes cluster, not all follow a simple setup. MicroK8s, developed by Canonical, simplifies the Kubernetes cluster setup process through its single command binary installation and can be […]

Read more
Развертывание масштабируемого и защищенного приложения Django с помощью Kubernetes — step-by-step Docker tutorial on Progressive Robot

Развертывание масштабируемого и защищенного приложения Django с помощью Kubernetes

В этом учебном модуле мы развернем контейнеризованное приложение Django polls в кластере Kubernetes. Django — это мощная веб-структура, позволяющая быстро развернуть ваше приложение Python с нуля. Она включает ряд удобных…

Read more
Cómo inspeccionar las redes de Kubernetes — step-by-step Kubernetes tutorial on Progressive Robot

Cómo inspeccionar las redes de Kubernetes

Kubernetes es un sistema de orquestación de contenedores que puede gestionar aplicaciones en contenedores a través de un clúster de nodos de servidor. Para el mantenimiento de la conectividad de red entre todos los contenedores de un clúster se requieren técnicas avanzadas de…

Read more
How To Migrate a Docker Compose Workflow to Kubernetes — step-by-step Docker tutorial on Progressive Robot

How To Migrate a Docker Compose Workflow to Kubernetes

This tutorial will show you how to migrate your Docker Compose workflow to Kubernetes using kompose. You will start by creating a single-instance setup for a Node.js application with a MongoDB database on a Kubernetes cluster. You will then scale this setup to include multiple replicas of your application and database.

Read more
How to Setup a K3s Kubernetes Cluster on Ubuntu 22.04 — step-by-step Kubernetes tutorial on Progressive Robot

How to Setup a K3s Kubernetes Cluster on Ubuntu 22.04

Introduction Kubernetes is among the industry-preferred tools for container orchestration. However, setting up a Kubernetes cluster from scratch could be a daunting task, requiring numerous configurations. Additionally, there are multiple ways to get started with setting up a Kubernetes cluster, but most of them could be time-consuming unless you aim to establish a production-grade cluster. […]

Read more
CHAT