Scalable Microservices with Kubernetes

3.3
Join & Subscribe
Udacity
Free Online Course
English
4 weeks long
selfpaced

Overview

This course is designed to teach you about managing application containers, using Kubernetes. We've built this course in partnership with experts such as Kelsey Hightower and Carter Morgan from Google and Netflix’s former Cloud Architect, Adrian Cockcroft (current Technology Fellow at Battery Ventures), who provide critical learning throughout the course.

Mastering highly resilient and scalable infrastructure management is very important, because the modern expectation is that your favorite sites will be up 24/7, and that they will roll out new features frequently and without disruption of the service. Achieving this requires tools that allow you to ensure speed of development, infrastructure stability and ability to scale. Students with backgrounds in Operations or Development who are interested in managing container based infrastructure with Kubernetes are recommended to enroll!

In this course you will learn to:

  • Containerize an application by creating Docker config files and build processes to produce all the necessary Docker images
  • Configure and launch an auto-scaling, self-healing Kubernetes cluster
  • Use Kubernetes to manage deploying, scaling, and updating your applications
  • Employ best practices for using containers in general, and specifically Kubernetes, when architecting and developing new microservices

Syllabus

  • Introduction to Microservices
    • Learn how 12-factor apps and the microservices design pattern make modern applications easier to deploy and maintain.
  • Building the Containers with Docker
    • Use Docker to build container images that package an application and its dependencies for deployment on a single machine.
  • Kubernetes
    • The infrastructure to support an application at scale is as important as the application itself.,See how Kubernetes allows you to focus on the big picture.
  • Deploying Microservices
    • Go beyond the theoretical concepts and try out Kubernetes so that you can use it to manage real world apps.

Taught by

Kelsey Hightower and Carter Morgan