Kubernetes

Webinar Series: Deploying and Scaling Microservices in Kubernetes — step-by-step Docker tutorial on Progressive Robot

Webinar Series: Deploying and Scaling Microservices in Kubernetes

In this tutorial, you will apply the concepts from the previous tutorials to build, deploy, and manage an end-to-end microservices application in Kubernetes. The sample web application you’ll use in this tutorial is a “todo list” application written in Node.js that uses MongoDB as a database. You’ll build a container image for this app from a Dockerfile, and push the image to Docker Hub, and then deploy it to your cluster. Then you’ll scale the app to meet increased demand.

Read more
the cloud provider eBook: Kubernetes for Full-Stack Developers — step-by-step Kubernetes tutorial on Progressive Robot

the cloud provider eBook: Kubernetes for Full-Stack Developers

There are numerous tools, networking configurations, and processes that can be used to deploy, monitor, and run a Kubernetes cluster. The book examines each topic in turn so that anyone who follows along will be able to build, manage, and monitor their own cluster. Its chapters are designed to introduce core Kubernetes concepts and to build on them to a level where running an application on a production cluster is a familiar, repeatable, and automated process.

Read more
How To Deploy Kafka on Docker and Kubernetes — step-by-step Docker tutorial on Progressive Robot

How To Deploy Kafka on Docker and Kubernetes

In this tutorial, you’ll learn how to deploy Kafka using Docker Compose and deploy it on Kubernetes using Strimzi which integrates into Kubernetes and allows you to configure and maintain Kafka clusters using regular Kubernetes manifests without manual overhead.

Read more
How To Develop Applications on Kubernetes with Okteto — step-by-step Kubernetes tutorial on Progressive Robot

How To Develop Applications on Kubernetes with Okteto

The Okteto CLI is an open-source project that can greatly improve your inner development-loop while working on Kubernetes. In this tutorial, you’ll create a Kubernetes cluster in the cloud provider and use it to run a standard “Hello World” application. Then you’ll use Okteto to develop and automatically update your application without having to install anything locally.

Read more
How To Manage Your Kubernetes Configurations with Kustomize — step-by-step Docker tutorial on Progressive Robot

How To Manage Your Kubernetes Configurations with Kustomize

In this guide, you will build a small web application and then use Kustomize to manage your configuration sprawl. You will deploy your app to development and production environments with different configurations. You will also layer these variable configurations using Kustomize’s bases and overlays so that your code is easier to read and thus easier to maintain.

Read more
CHAT