Skip to content

Instantly share code, notes, and snippets.

@jjasghar
Last active March 19, 2019 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjasghar/7deefcd83333d36e5ed475fd17c1cdee to your computer and use it in GitHub Desktop.
Save jjasghar/7deefcd83333d36e5ed475fd17c1cdee to your computer and use it in GitHub Desktop.
kubernetes workshop

Developing Applications with Kubernetes

Microservices revolutionized the way we look at app development and is now one of the most popular programming architectures. Now, Docker alongside Kubernetes is changing the way teams look at deployments of these microservices. Kubernetes provides powerful production-grade orchestration for your "Dockerized" microservices.

In this workshop, you'll get an overview of Kubernetes, and what it provides for application development. You'll then go through the process of building and deploying a microservice application on Kubernetes.

This is a hands-on-keyboard lab, everyone should come with a laptop and a desire to learn. Attendees can use minikube locally, or cloud accounts will be provided. We'll cover:

Kubernetes basics
Building Container Images
Deploying the application with Kubernetes
Upgrading and scaling the application with Kubernetes
Debugging your application in Kubernetes

Who should attend: Anyone interested in getting a hands on overview of Kubernetes, whether they are interested in developing for the platform, or may need to support folks that are.

Take back to work: The take away should be a firm understanding of the Kubernetes environment, and how one develops for it. It aims to expose some of the benefits of the platform so that people who are evaluating bringing it into their environment can have a deeper sense of what application development looks like on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment