Develop & Deploy Java Springboot App on Kubernetes Cluster
- Description
- Curriculum
- FAQ
- Reviews
In this course, you will learn everything about Docker and Kubernetes in step by step manner by implementing it with SpringBoot and Minikube.
We will learn about the Architecture/working of docker and its components.
We will also talk about some of the best practices that should be followed while using Kubernetes.
Then we will move on to understand the different deployment strategies that we have been following and what are the limitations of those approaches.
Why containerization is the best deployment strategy available now.
Why we need Kubernetes.
What problem does Kubernetes solves.
2-What is Container, Docker, Container Deployment and Challenges
3-What is Kubernetes
4-Kubernetes cluster and concept of Node
5-Overview of Worker and Master Node and What is Namespaces
6-Worker Node, Kubelet, POD, Container
7-Master Node component – API Server
8-Master Node component – Controller Manager and its types
8-Master Node component – Scheduler
9-Master Node component – etcd key value store
10-Kubernetes Virtual Internal Network
11-Deep Dive into POD and Service component
12-Replica and ReplicaSets
13-What is Deployment, how deployment works What is, Kubectl, Helm chart
14-Options available for running Kubernetes cluster – Minikube, Azure Kubernetes Service, Elastic Kubernetes Service, Google Kubernetes Service
15-Different Types of Service
1-What is minikube and downloading the softwares
2-Installing and Starting Minikube
3-Verifying Minikube Cluster Installation with Kubectl commands
4-Generating Springboot Project from Spring Initializer
5-Importing Springboot Project To Intellij
6-Creatin Hello World Controller
7-Creating the Dockerfile for our Springboot App
8-Allowing Kubernetes to have access to local docker image and Building our image locally
9-Creating Deployment, Accessing Deployment details, Getting Pod info and Pod ogs
10-Creating a NodePort service on our deployment and exposing it and Accessing Kubernetes Dashboard
11-Accessing the Springboot App running inside Pod
-
9What is Traditional and Virtualized mode of Application DeploymentVideo lesson
-
10What is Container, Docker, Container Deployment and ChallengesVideo lesson
-
11What is KubernetesVideo lesson
-
12Kubernetes cluster and concept of NodeVideo lesson
-
13Overview of Worker and Master Node and What is NamespacesVideo lesson
-
14Worker Node, Kubelet, POD, ContainerVideo lesson
-
15Master Node component - API ServerVideo lesson
-
16Master Node component - Controller Manager and its typesVideo lesson
-
17Master Node component - SchedulerVideo lesson
-
18Master Node component - etcd key value storeVideo lesson
-
19Kubernetes Virtual Internal NetworkVideo lesson
-
20Deep Dive into POD and Service componentVideo lesson
-
21Replica and ReplicaSetsVideo lesson
-
22What is Deployment, how deployment works What is, Kubectl, Helm chartVideo lesson
-
23Options available for running Kubernetes cluster - Minikube, AKS, EKS, GKSVideo lesson
-
24Different Types of ServiceVideo lesson
-
25What is minikube and downloading the softwaresVideo lesson
-
26Installing and Starting MinikubeVideo lesson
-
27Verifying Minikube Cluster Installation with Kubectl commandsVideo lesson
-
28Generating Springboot Project from Spring InitializerVideo lesson
-
29Importing Springboot Project To IntellijVideo lesson
-
30Creating Hello World ControllerVideo lesson
-
31Creating the Dockerfile for our Springboot AppVideo lesson
-
32Allowing Kubernetes to have access to local docker image and Building our imageVideo lesson
-
33Creating Deployment, Accessing Deployment details, Getting Pod infoVideo lesson
-
34Creating a NodePort service and exposing it and Accessing Kubernetes DashboardVideo lesson
-
35Accessing the Springboot App running inside PodVideo lesson
-
36Understanding Deployment object with Yaml and How to execute it on K8S ClusterVideo lesson
-
37Understanding Service object with Yaml and How to execute it on K8S ClusterVideo lesson
-
38Creating Deployment and Service YAML files for SpringBoot App and CommandsVideo lesson
