Scaling a School: Bringing Data Science Curriculum to 20,000 Students – in the Cloud
Scale a massive open online course using Kubernetes, JupyterHub, and the cloud provider.
Scale a massive open online course using Kubernetes, JupyterHub, and the cloud provider.
In this tutorial, you will learn how Kubernetes primitives work together as you deploy a Pod in Kubernetes, expose it a Service, and scale it through a Replication Controller.
Deploy bare metal Kubernetes clusters for high performance and control. Use this step by step guide to configure runtime, networking, monitoring, and workloads.
Learn how to use Helm to set up a secure, highly-available WordPress website on Kubernetes. Simplify upgrades and rollbacks for better scalability and reliability.
the cloud provider CMO Carly Brantz interviews Chief Product Officer Gabe Monroy on the future of Kubernetes and product innovation for cloud native businesses.
El autor seleccionó Open Internet/Free Speech para recibir una donación como parte del programa Write for DOnations. Kubernetes es un sistema de orquestación de contenedores de código…
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.
In this tutorial you will learn about Loki, which is a log aggregation system inspired by Prometheus.
Kubernetes ingresses make it easy to expose web services to the internet. When it comes to private services, however, you will likely want to limit who can access them. In this tutorial, you will use oauth2_proxy to serve as a…
Ao executar vários serviços e aplicativos em um cluster do Kubernetes, uma pilha de registros centralizada a nível de cluster pode ajudar você a classificar rapidamente e analisar o volume pesado de dados de registro produzidos por seus Pods. Uma solução popular de registro…