Skip to content

ndoggac/Mastering-Kubernetes-Third-Edition

 
 

Repository files navigation

Mastering Kubernetes - Third Edition

This is the code repository for Mastering Kubernetes - Third Edition, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

This new third edition of Mastering Kubernetes, updated with the latest tools and code, explores the newest features in Kubernetes 1.18 throughout the book to fully leverage the modularity and flexibility that Kubernetes offers to build and run large scale distributed applications.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter03.

The code will look like the following:

apiVersion: v1
kind: ServiceAccount
metadata:
  name: tiller
  namespace: kube-system
---

Related Products

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781839211256

About

Mastering Kubernetes, Third Edition, published by Packt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 44.5%
  • Mustache 34.9%
  • Dockerfile 11.2%
  • Go 7.7%
  • Shell 1.7%