Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
2019-web/data/talks/T-603.yaml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
29 lines (17 sloc)
1.49 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Talk details are specified in YAML files | |
| # YAML was selected because we can use multi-line strings and add | |
| # comments in the file. | |
| speaker_name: "Jamon Camisso" | |
| talk_title: "Python & Kubernetes a match made in the cloud" | |
| # At least 1 tag is necessary!! | |
| talk_tags: | |
| - "kubernetes" | |
| talk_abstract: "In this workshop, you will learn how you can deploy and scale Python applications using Kubernetes. You will quickly be introduced to the benefits of this container-orchestration system and be offered some guidelines to help you decide if it’s a tool for you. Once your machine is configured using the CLI, the remainder of the tutorial will be about deploying a Python web application in the cloud within a Kubernetes cluster. | |
| Prequis: bring your own computer and create a free account on DigitalOcean (use <a href='https://do.co/fred'>this link</a> for a 50$ credit for new accounts)" | |
| about_author: "In his Senior Developer Educator role at DigitalOcean, Jamon Camisso helps developers and educators learn about cloud system administration and development. Jamon's past experience includes working as a system administrator for the Government of Canada and TVO, and as an SRE supporting Ubuntu at Canonical." | |
| talk_metadata: | |
| - "**Date:** Sunday Nov. 17" | |
| - "**Location:** Clipper Room" | |
| - "**Begin time:** 11:00" | |
| - "**Duration:** 90 minutes" | |
| - "**Sign-up:** Please sign up for this tutorial on the <a href='https://github.com/pyconca/2019-wiki/wiki/tutorials' target='_blank'>wiki here.</a>" |