
This lecture introduces and elaborates upon the structural design of the course
In this lecture, you will learn about the detailed course agenda
In this lecture, you will learn the history of Application development and how apps have evolved
In this lecture, you will learn the basics of Google Cloud platform and its funcitonality
This lectures provides step-by-step instruction to create a free google cloud account
Understanding the monolithic app development vs the microservices architecture is explained in this lecture
Understanding containers is an important concept. In this lecture, you will learn all about containers within Docker
Docker technology packages images into containers that can be used by Google cloud while creating pods. This lecture introduces Docker technology
A virtual machine and its workings are elaborated in this lecture along with how to install an Oracle VM
Docker must be installed to create a Docker file and images. In this lecture , you will learn how to install Docker
Docker Hub is an online repository to store images. This lessons demonstrates how to use Docker Hub
Kubernetes is used to manage large scalable applications. In this lecture, you will learn the basics of Kubernetes
Understanding Google cloud shell and working with various commands is covered in this lecture
Kubernetes resides in Google Container Engine. In this lecture, you will learn how to navigate within the Container Engine
Monolithic vs microservices architecture is detailed out in this lecture
In this lecture, you will learn how to install ppas using various OS tools
In this lecture, you will learn how to work with Docker images including creating and managing images
Pulling Docker images from the online repository such as Docker Hun is covered in this lecture
Customizing and creating own Docker images is demonstrated in this lecture
In this lecture, you will learn in depth about Kubernetes and how it works
In this lecture, you will learn how to create a new project using Google cloud platform
Creating VM's and clusters for front end and back end is detailed out in this section
In this lecture, you will learn how to open the Kubernetes User Interface and understand various features
In this lecture, you will learn how to deploy an application to the VM cluster
Uploading images to the Google container registry is covered in this lecture
This is a real world project. In this lecture, you will learn how to create the cluster for the guestbook app
In this lecture, you will learn how to deploy the Master VM node
In this lecture, you will learn deployment of the Master service on the node
In this lecture, you will learn how to configure and deploy the Slave node at the back end
In this lecture, you will learn how to work with the slave node service and start the service
In this lecture, front end node creation is detailed out
You will learn to configure and external IP for the app in this lecture
This lecture demonstrates how clean up the project and archive or delete files
In this lecture, I will provide a summary of the project
This lecture provides a course recap
Docker dramatically changed (for the better) the lives of those who transfer, install and manage software applications on a regular basis. It made the process much less complicated and virtually eliminated any stress involved. Now, Kubernetes has made the whole thing even easier (yes, it’s possible). Want to learn how to containerize your application and then automate it from start to finish? This is the course for you...
Understand the World of Microservices
· Install Docker and a Kubernetes cluster from scratch
· Learn how to run and manage containers effectively
· Create Kubernetes pods, deployments and services
· Build Docker images and configure Docker Hub from scratch
· Deploy a multi-component software application efficiently and easily
Develop, Ship and Run Applications with Ease
This course is suitable for everyone, from complete beginners right up to expert computer nerds. All you need is a fast internet connection, a credit card to set up a free trial on Google Cloud (no extra cost), and a basic working knowledge of modern technology.
You’ll start off by getting familiar with Google Cloud, Docker and Kubernetes, learning what they do and how you’ll be using them. Then you’ll take an in-depth look at the two most important tools, Docker and Kubernetes. Once you’ve gotten a good grasp on how each one works, you’ll move on to the course projects. You’ll install WordPress using Google Cloud, which includes creating Docker files, images, and containers along with deploying the site live.
Next you’ll create and configure a back-end and front-end master and slave nodes with replication controllers; apps managed by Kubernetes using a cluster of VMs. Sound confusing? Don’t worry, you’ll get hands-on training at every step to guide you in the right direction.
By the end of this course you will know what containers are and more than one way to use them to deliver software applications faster. You’ll know everything you need to know about Docker and Kubernetes, and you’ll never have to worry about using either one for your software application project ever again!
About Kubernetes and Docker
Docker is the world’s leading software containerization platform. It packages your application into one standardised unit, wrapping it into a complete file system that contains everything needed to run on a server. Kubernetes is a system created by Google to automate the deployment, scaling and management of containerized applications (like the ones Docker creates). The two combined make life a breeze for anyone needing to transport, install and maintain complex software applications anywhere.