Kubernetes

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 Use minikube for Local Kubernetes Development and Testing — step-by-step Kubernetes tutorial on Progressive Robot

How To Use minikube for Local Kubernetes Development and Testing

Because a Kubernetes deployment naturally entails multiple servers (i.e., Kubernetes nodes), it can be quite resource intensive in order to perform development and testing of a Kubernetes stack before shipping in production. For this reason, the Kubernetes authors maintain a companion project called minikube, which can work with a container framework like Docker in order to simulate a Kubernetes cluster running on a single machine.

Read more
Webinar Series: GitOps Tool Sets on Kubernetes with CircleCI and Argo CD — step-by-step Kubernetes tutorial on Progressive Robot

Webinar Series: GitOps Tool Sets on Kubernetes with CircleCI and Argo CD

GitOps, as proposed by Weaverworks in a 2017 blog post, uses Git as a “single source of truth” for CI/CD processes, integrating code changes that happen in your Git repository. In this tutorial, you will run through a demonstration of two tools that you can use to set up your own cloud-based GitOps CI/CD system: The Continuous Integration tool CircleCI and Argo CD, a declarative Continuous Delivery tool.

Read more
CHAT