Kubernetes

How To Set Up WordPress with MySQL on Kubernetes Using Helm — step-by-step Kubernetes tutorial on Progressive Robot

How To Set Up WordPress with MySQL on Kubernetes Using Helm

Helm is an open-source package manager for Kubernetes that can help you as you define, install, and upgrade your Kubernetes applications. In this tutorial, we’ll use Helm for setting up a WordPress site on top of a Kubernetes cluster. After completing the steps described in this tutorial, you will have a fully functional WordPress installation within a containerized cluster environment managed by Kubernetes.

Read more
Uma Introdução ao Serviço de DNS do Kubernetes — step-by-step Kubernetes tutorial on Progressive Robot

Uma Introdução ao Serviço de DNS do Kubernetes

object storage é um serviço de armazenamento de objetos que torna mais fácil e econômico armazenar e fornecer grandes quantidades de dados. Spaces individuais podem ser criados e colocados em uso rapidamete, sem necessidade de configuração adicional. Neste tutorial,…

Read more
Введение в диспетчер пакетов Helm для Kubernetes — step-by-step Kubernetes tutorial on Progressive Robot

Введение в диспетчер пакетов Helm для Kubernetes

Развертывание приложений в мощной и популярной системе организации контейнеров Kubernetes может представлять собой сложную задачу. Для настройки одного приложения может потребоваться создание нескольких независимых ресурсов Kubernetes, в том числе подов, служб, развертываний и…

Read more
Building Optimized Containers for Kubernetes — step-by-step Docker tutorial on Progressive Robot

Building Optimized Containers for Kubernetes

Container images are the primary packaging format for defining applications within Kubernetes. Used as the basis for pods and other objects, images play an important role in the success of an application on the platform and the amount of support Kubernetes can provide. …

Read more
How to Configure Kubernetes Horizontal Pod Autoscaler using Metrics Server — step-by-step Kubernetes tutorial on Progressive Robot

How to Configure Kubernetes Horizontal Pod Autoscaler using Metrics Server

Kubernetes aims to provide both resilience and scalability. It achieves this by deploying multiple pods with different resource allocations, to provide redundancy for your applications. Although you can grow and shrink your own deployments manually based on your needs, Kubernetes provides first-class support for scaling on-demand, using a feature called Horizontal Pod Autoscaling.

Read more
CHAT