Kubernetes

3 Ways to Spin Up a Kubernetes Cluster — step-by-step Kubernetes tutorial on Progressive Robot

3 Ways to Spin Up a Kubernetes Cluster

Building blocks to create a repeatable Kubernetes deployment process for all of your infrastructure needs. Examine the pros and cons between simple and fast, vs. more technical but repeatable infrastructure as code.

Read more
Criando Containers Otimizados para o Kubernetes — step-by-step Docker tutorial on Progressive Robot

Criando Containers Otimizados para o Kubernetes

Imagens de container são o formato de empacotamento principal para a definição de aplicações no Kubernetes. Usadas como base para pods e outros objetos, as imagens desempenham um papel importante ao aproveitar os recursos do Kubernetes para executar aplicações com eficiência na…

Read more
How To Deploy Laravel 7 and MySQL on Kubernetes using Helm — step-by-step Docker tutorial on Progressive Robot

How To Deploy Laravel 7 and MySQL on Kubernetes using Helm

In this guide, you will create a Laravel PHP application, build your app into a Docker image, and deploy that image to a Kubernetes cluster using the LAMP Helm chart. Next, you’ll set up an Ingress controller to add SSL and a custom domain name to your app. When completed, you will have a working Laravel application connected to a MySQL database that is running on a Kubernetes cluster.

Read more
CHAT