From Zero to Production with Kubernetes
This session provides a practical intro to deploying Kubernetes applications into production. Kubernetes is becoming the standard platform for deploying applications in the enterprise. The Helm proje …
Talk Title | From Zero to Production with Kubernetes |
Speakers | Angus Lees (Principal Engineer, Bitnami), Daniel Lopez Ridruejo (Founder, Bitnami) |
Conference | KubeCon + CloudNativeCon North America |
Conf Tag | |
Location | Seattle, WA, USA |
Date | Dec 9-14, 2018 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
This session provides a practical intro to deploying Kubernetes applications into production. Kubernetes is becoming the standard platform for deploying applications in the enterprise. The Helm project provides tooling for packaging and an extensive catalog of ready to run applications. However, deploying applications in production requires much more: monitoring, logging, certificate management and so on. The community has adopted a de-facto ‘production stack’ that includes popular projects such as Prometheus, Vault, ElasticSearch, Fluentd and others. Unfortunately, putting together this basic plumbing is not standardized, and results in a lot of wasted, duplicated efforts. This session will introduce the Kubernetes production runtime, an open source stack that can simplify and automate production deployments, and explain how it relates to Knative and Gitlab’s Autodevops.