Book Image

Kubernetes for Developers [Video]

By : Jan Stomphorst
Book Image

Kubernetes for Developers [Video]

By: Jan Stomphorst

Overview of this book

<p>Kubernetes is a powerful tool developed by Google for managing containerized applications in a clustered environment. Kubernetes helps you automate, deploy, scale, and manage containerized applications. It gives you the freedom to take advantage of on-premise cloud infrastructures. It also helps you write better cloud-native applications.</p> <p>This course will give you detailed instructions, real-world examples, and helpful advice. We will begin by learning to set up the development environment on your local machine. Then move on to package your code into Kubernetes, and manage container lifecycles. Once you get a grip in understanding the RBAC Authorization, very easily explore the monitoring techniques with Prometheus and troubleshoot your service account. Finally you will learn to create a cluster in your Google Cloud Environment and deploy your application in production.</p> <p>By the end of this video, you will develop, run, test, and deploy your application in the cloud, utilizing the power of Kubernetes to its full potential.</p> <p>Please find all the code and support files at the following GitHub repository:&nbsp;<a href="https://github.com/PacktPublishing/Kubernetes-for-Developers-V-" target="_blank">https://github.com/PacktPublishing/Kubernetes-for-Developers-V-</a></p> <h1>Style and Approach</h1> <p>A complete course packed with step-by-step instructions, working examples, and helpful advice. This course is clearly divided into small parts: Creating a docker container; Creating a Kubernetes system; and deploying applications in Kubernetes.</p>
Table of Contents (6 chapters)
Chapter 6
Deploying the Application on the Cloud
Content Locked
Section 2
Deploying Application/Pod in GCE
In this video, we’ll learn to deploy your application - Create a deployment - Run the application