Kubernetes

Deploying an Express Application on a Kubernetes Cluster — step-by-step Kubernetes tutorial on Progressive Robot

Deploying an Express Application on a Kubernetes Cluster

In this tutorial, you will build an example Express application and test it locally on your development machine. Then, you will containerize your application with Docker, deploy it to a Kubernetes cluster, and create a load balancer that serves as a public access point to your application.

Read more
How to Setup Failover for the cloud provider Static Routes Operator — step-by-step Kubernetes tutorial on Progressive Robot

How to Setup Failover for the cloud provider Static Routes Operator

[warning] Status: Deprecated This article is deprecated and no longer maintained. Reason The k8s-staticroute-operator has been depreciated. A new DOKS integrated routing agent has been release and should be used instead. See Instead Details on installing the new DOKS integrated routing agent can be found at How to Use the Routing Agent in Kubernetes Clusters […]

Read more
How To Set Up the code-server Cloud IDE Platform on Kubernetes — step-by-step Kubernetes tutorial on Progressive Robot

How To Set Up the code-server Cloud IDE Platform on Kubernetes

With developer tools moving to the cloud, creation and adoption of cloud IDE (Integrated Development Environment) platforms is growing. code-server is Microsoft Visual Studio Code running on a remote server and accessible directly from your browser. In this tutorial, you will set up the code-server cloud IDE platform on your Kubernetes cluster and expose it at your domain, secured with Let’s Encrypt certificates.

Read more
the cloud provider eBook: Kubernetes для разработчиков широкого профиля — step-by-step Kubernetes tutorial on Progressive Robot

the cloud provider eBook: Kubernetes для разработчиков широкого профиля

<$>[note] [label Загрузите полную электронную книгу!] Электронная книга Kubernetes для разработчиков широкого профиля в формате EPUB [Электронная книга Kubernetes для разработчиков широкого профиля в **формате…

Read more
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
What is Kubernetes? — step-by-step Docker tutorial on Progressive Robot

What is Kubernetes?

Kubernetes is a container management system meant to be deployed on Docker-capable clustered environments. In this guide, we will discuss some of the basic concepts that Kubernetes introduces. We will discuss some of the design decisions and what makes this different from other cluster-related technologies.

Read more
CHAT