Application configuration is one of the most important operations of a production ready environment. Kubernetes lets us create and manage these configurations in several ways. Additionally, we need to share application specific data in a clustered environment on cloud or on premise. In this webinar, you can see kubernetes dojo for production ready cases.
Month: March 2018
Kubernetes Service, Pod, Deployment Simplified
In this session, we had a look at the some of the most important concepts of Kubernetes; Services, Pods, Deployments in order to understand the application lifecycle in a typical Kubernetes environment. Some of the topics covered are below; - Creating Deployment- Single and Multi-Container Concept in Deployment- Monitoring, Debugging Pods- Service Types- Exposing Services … Continue reading Kubernetes Service, Pod, Deployment Simplified
Kubernetes Cluster from Scratch
In this session, we create Kubernetes cluster from scratch and deep dive kubernetes cluster components. You can see schedule below; Create machines by using Docker Machine to use as Kubernetes cluster nodes Install kubernetes cluster with 1 master 2 slave nodes Install and configure kubectl to apply some operations on cluster Review cluster components to … Continue reading Kubernetes Cluster from Scratch