Comment développer des applications sur Kubernetes avec Okteto
L’auteur a sélectionné Girls Who Code pour recevoir un don dans le cadre de l’initiative Écrire pour des donations. La CLI d’Okteto est un projet…
L’auteur a sélectionné Girls Who Code pour recevoir un don dans le cadre de l’initiative Écrire pour des donations. La CLI d’Okteto est un projet…
O autor escolheu a Free and Open Source Fund para receber uma doação como parte do programa Write for DOnations. O Ambassador é um API Gateway para aplicações…
Migrating containerized workloads to Kubernetes? See when and how to use Kubernetes DaemonSets and Jobs to deploy your application or microservice.
In this tutorial you’ll deploy a containerized Django polls application into a Kubernetes cluster. Django is a powerful web framework that can help you get your Python application off the ground quickly. It includes several convenient…
*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 […]
В этом учебном модуле мы развернем контейнеризованное приложение Django polls в кластере Kubernetes. Django — это мощная веб-структура, позволяющая быстро развернуть ваше приложение Python с нуля. Она включает ряд удобных…
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…
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.
El autor seleccionó la Free and Open Source Fund para recibir una donación como parte del programa Write for DOnations. Kubernetes es un sistema de orquestación de…
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. […]