SlideShare a Scribd company logo
1 of 18
Download to read offline
Getting Started with
Kubernetes
Janakiram MSV
Analyst | Advisor | Architect
Janakiram & Associates
Google Developer Expert
Joseph Jacks
Sr. Director
Apprenda
Founder, KubeCon
Announcing
The Kubernetes Webinar Series
● Monthly webinar focused on helping you get started with Kubernetes
● Delivered by the experts from the container ecosystem
● Each webinar introduces a concept to accelerate your learning
● No specific prerequisites
○ Basic understanding of Docker will help
● All attendees will get $100 Google Cloud Platform Credits
● Win free annual and monthly subscriptions of MAPT eBook library
● The recording of this webinar will be available at Kubernetes.live
Objectives
● The need for container orchestration
● Overview of Kubernetes
● Setting up Kubernetes development environment
● Deploying your first application
● Summary
● Q&A
The Need for Container Orchestration
● Containers are becoming the standard unit of deployment
● Each container image has
○ Code
○ Binaries
○ Configuration
○ Libraries
○ Frameworks
○ Runtime
● Developers and Operators love containers
The Need for Container Orchestration
● Docker has solved the problem of packaging, deploying and running
containerized applications
● Docker has three key components
○ Container Engine
○ Registry
○ Tools
● Docker is great for managing a few containers running on a fewer
machines
● Production applications deal with dozens of containers running on
hundreds of machines
The Need for Container Orchestration
● The unit of deployment is changing from a machine to a container
● Infrastructure has become immutable
● Emphasis on treating the datacenter as a large server (cluster)
● Tools are evolving to manage the new datacenter infrastructure
○ Docker Swarm
○ Kubernetes
○ Mesosphere DC/OS
● Manage the lifecycle of containerized applications running in production
● Automate the distribution of applications
● Ensure higher levels of utilization and efficiency
A DATACENTER IS NOT A COLLECTION OF
COMPUTERS, A DATACENTER IS A COMPUTER
The Changing Face of the Datacenter
Physical Infrastructure
VM VMVM VM VM VMVM
Cluster 1 Cluster 2
Cluster 3 Cluster 4
Application Application Application Application
Application Application
Cluster Manager / Orchestration Engine
What is Kubernetes?
● Kubernetes is inspired from an internal Google project called Borg
● Open source project managed by the Linux Foundation
● Unified API for deploying web applications, batch jobs, and databases
● Decouples applications from machines through containers
● Declarative approach to deploying applications
● Automates application configuration through service discovery
● Maintains and tracks the global view of the cluster
● APIs for deployment workflows
○ Rolling updates, canary deploys, and blue-green deployments
Kubernetes Architecture
Kubernetes
Master
Node 1API
UI
CLI
Node 2
Node n
Node 3
Registry
Configuring Kubernetes Environment
● Minikube
○ Simplest way to get Kubernetes cluster up and running
○ Supports Microsoft Windows and Mac OS X
● Kubernetes Multi-Node Cluster
○ Emulates production environment
○ Good for testing advanced scenarios
● Google Container Engine
○ Hosted and managed by Google
○ Powered by Google Compute Engine
Getting Started with Minikube
● Install Oracle VirtualBox for Mac
● Install Docker Toolbox for Mac
● Install Docker Version Manager
● Install the latest version of Minikube for Mac OS X
● Download the latest version of kubectl from this link
● Run the following commands from the directory where kubectl is downloaded
○ chmod +x ./kubectl
○ sudo mv kubectl /usr/local/bin
● Launch minikube with the following command:
○ minikube start –-vm-driver=virtualbox
● Test minikube installation with the following commands
○ minikube status
○ kubectl get cs
Demo
Installing and Configuring Minikube
Kubernetes Terminology
● Nodes
○ Hosts that run Kubernetes applications
● Containers
○ Units of packaging
● Pods
○ Units of deployment
● Replication Controller
○ Ensures availability and scalability
● Labels
○ Key-Value pairs for identification
● Services
○ Collection of pods exposed as an endpoint
Demo
Exploring Kubernetes Environment
Deploying Your First Application
Summary
● Kubernetes manages containerized workloads running in production
● An open source, community-driven project started by Google
● Kubernetes has a master and multiple worker nodes
● Clients interact with the master through REST API
● Kubernetes API has objects - Pod, Replication Controller, Service etc.
● Minikube is the simplest way to get started with Kubernetes
● Detailed walkthrough is available at The New Stack
● Scripts and source code for demos shown is available on Github
Upcoming Webinar
Kubernetes Architecture 101
9 AM PST, 29th September
Join us to learn the concepts of Pods, Replication Controllers,
Services, storage choices, and networking options. We will
also walk you through the process of deploying and scaling
microservices applications. Each attendee gets $100 credit to
start using Google Container Engine.
Register at kubernetes.live for the upcoming webinars
Thank You!
Send your Feedback / Questions / Comments
info@kubernetes.live

More Related Content

What's hot

What's hot (20)

Kubernetes Basics
Kubernetes BasicsKubernetes Basics
Kubernetes Basics
 
Kubernetes a comprehensive overview
Kubernetes   a comprehensive overviewKubernetes   a comprehensive overview
Kubernetes a comprehensive overview
 
DevOps with Kubernetes
DevOps with KubernetesDevOps with Kubernetes
DevOps with Kubernetes
 
Kubernetes Architecture and Introduction
Kubernetes Architecture and IntroductionKubernetes Architecture and Introduction
Kubernetes Architecture and Introduction
 
Kubernetes Architecture | Understanding Kubernetes Components | Kubernetes Tu...
Kubernetes Architecture | Understanding Kubernetes Components | Kubernetes Tu...Kubernetes Architecture | Understanding Kubernetes Components | Kubernetes Tu...
Kubernetes Architecture | Understanding Kubernetes Components | Kubernetes Tu...
 
Deploy Application on Kubernetes
Deploy Application on KubernetesDeploy Application on Kubernetes
Deploy Application on Kubernetes
 
Hands-On Introduction to Kubernetes at LISA17
Hands-On Introduction to Kubernetes at LISA17Hands-On Introduction to Kubernetes at LISA17
Hands-On Introduction to Kubernetes at LISA17
 
Kubernetes Workshop
Kubernetes WorkshopKubernetes Workshop
Kubernetes Workshop
 
Introduction to kubernetes
Introduction to kubernetesIntroduction to kubernetes
Introduction to kubernetes
 
Helm intro
Helm introHelm intro
Helm intro
 
Kubernetes 101
Kubernetes 101Kubernetes 101
Kubernetes 101
 
Kubernetes for Beginners: An Introductory Guide
Kubernetes for Beginners: An Introductory GuideKubernetes for Beginners: An Introductory Guide
Kubernetes for Beginners: An Introductory Guide
 
Kubernetes Introduction
Kubernetes IntroductionKubernetes Introduction
Kubernetes Introduction
 
Architecture Overview: Kubernetes with Red Hat Enterprise Linux 7.1
Architecture Overview: Kubernetes with Red Hat Enterprise Linux 7.1Architecture Overview: Kubernetes with Red Hat Enterprise Linux 7.1
Architecture Overview: Kubernetes with Red Hat Enterprise Linux 7.1
 
Kubernetes #1 intro
Kubernetes #1   introKubernetes #1   intro
Kubernetes #1 intro
 
Getting Started with Kubernetes
Getting Started with Kubernetes Getting Started with Kubernetes
Getting Started with Kubernetes
 
Docker swarm
Docker swarmDocker swarm
Docker swarm
 
Kubernetes Webinar - Using ConfigMaps & Secrets
Kubernetes Webinar - Using ConfigMaps & Secrets Kubernetes Webinar - Using ConfigMaps & Secrets
Kubernetes Webinar - Using ConfigMaps & Secrets
 
Docker & kubernetes
Docker & kubernetesDocker & kubernetes
Docker & kubernetes
 
Docker and Kubernetes 101 workshop
Docker and Kubernetes 101 workshopDocker and Kubernetes 101 workshop
Docker and Kubernetes 101 workshop
 

Viewers also liked

Viewers also liked (6)

TechTalk - Building Serverless Applications with IBM Bluemix
TechTalk - Building Serverless Applications with IBM BluemixTechTalk - Building Serverless Applications with IBM Bluemix
TechTalk - Building Serverless Applications with IBM Bluemix
 
Kubernetes Webinar Series - Exploring Daemon Sets and Jobs
Kubernetes Webinar Series - Exploring Daemon Sets and JobsKubernetes Webinar Series - Exploring Daemon Sets and Jobs
Kubernetes Webinar Series - Exploring Daemon Sets and Jobs
 
Building CI/CD Pipelines with Jenkins and Kubernetes
Building CI/CD Pipelines with Jenkins and KubernetesBuilding CI/CD Pipelines with Jenkins and Kubernetes
Building CI/CD Pipelines with Jenkins and Kubernetes
 
TechTalk Webinar Series - Getting Started with Apache OpenWhisk
TechTalk Webinar Series - Getting Started with Apache OpenWhiskTechTalk Webinar Series - Getting Started with Apache OpenWhisk
TechTalk Webinar Series - Getting Started with Apache OpenWhisk
 
Everything you want to know about Ingress
Everything you want to know about IngressEverything you want to know about Ingress
Everything you want to know about Ingress
 
Kubernetes architecture
Kubernetes architectureKubernetes architecture
Kubernetes architecture
 

Similar to Getting started with kubernetes

Kubernetes for Beginners
Kubernetes for BeginnersKubernetes for Beginners
Kubernetes for Beginners
DigitalOcean
 

Similar to Getting started with kubernetes (20)

Scalable Spark deployment using Kubernetes
Scalable Spark deployment using KubernetesScalable Spark deployment using Kubernetes
Scalable Spark deployment using Kubernetes
 
DCSF19 How Docker Simplifies Kubernetes for the Masses
DCSF19 How Docker Simplifies Kubernetes for the Masses  DCSF19 How Docker Simplifies Kubernetes for the Masses
DCSF19 How Docker Simplifies Kubernetes for the Masses
 
Kubernetes for Beginners
Kubernetes for BeginnersKubernetes for Beginners
Kubernetes for Beginners
 
Swarm migration
Swarm migrationSwarm migration
Swarm migration
 
Kuberenetes - From Zero to Hero
Kuberenetes  - From Zero to HeroKuberenetes  - From Zero to Hero
Kuberenetes - From Zero to Hero
 
Best online kubernetes course in H2KInfosys.pdf
Best online kubernetes course in H2KInfosys.pdfBest online kubernetes course in H2KInfosys.pdf
Best online kubernetes course in H2KInfosys.pdf
 
Speed & Agility of Innovation with Docker & Kubernetes
Speed & Agility of Innovation with Docker & KubernetesSpeed & Agility of Innovation with Docker & Kubernetes
Speed & Agility of Innovation with Docker & Kubernetes
 
Kubernetes intro
Kubernetes introKubernetes intro
Kubernetes intro
 
Kubernetes is all you need
Kubernetes is all you needKubernetes is all you need
Kubernetes is all you need
 
Deploying WSO2 API Manager in Production-Grade Kubernetes
Deploying WSO2 API Manager in Production-Grade KubernetesDeploying WSO2 API Manager in Production-Grade Kubernetes
Deploying WSO2 API Manager in Production-Grade Kubernetes
 
Kubernetes 101
Kubernetes 101Kubernetes 101
Kubernetes 101
 
Nugwc k8s session-16-march-2021
Nugwc k8s session-16-march-2021Nugwc k8s session-16-march-2021
Nugwc k8s session-16-march-2021
 
Kubernetes - how to orchestrate containers
Kubernetes - how to orchestrate containersKubernetes - how to orchestrate containers
Kubernetes - how to orchestrate containers
 
Develop and deploy Kubernetes applications with Docker - IBM Index 2018
Develop and deploy Kubernetes  applications with Docker - IBM Index 2018Develop and deploy Kubernetes  applications with Docker - IBM Index 2018
Develop and deploy Kubernetes applications with Docker - IBM Index 2018
 
DevOps Days Boston 2017: Real-world Kubernetes for DevOps
DevOps Days Boston 2017: Real-world Kubernetes for DevOpsDevOps Days Boston 2017: Real-world Kubernetes for DevOps
DevOps Days Boston 2017: Real-world Kubernetes for DevOps
 
Kubernetes Architecture
 Kubernetes Architecture Kubernetes Architecture
Kubernetes Architecture
 
Kubernetes and bluemix
Kubernetes  and  bluemixKubernetes  and  bluemix
Kubernetes and bluemix
 
KubeCI - Cloud Native Continuous Delivery for Kubernetes
KubeCI - Cloud Native Continuous Delivery for KubernetesKubeCI - Cloud Native Continuous Delivery for Kubernetes
KubeCI - Cloud Native Continuous Delivery for Kubernetes
 
Deploying WSO2 Middleware on Kubernetes
Deploying WSO2 Middleware on KubernetesDeploying WSO2 Middleware on Kubernetes
Deploying WSO2 Middleware on Kubernetes
 
GCCP JSCOE Session 2
GCCP JSCOE Session 2GCCP JSCOE Session 2
GCCP JSCOE Session 2
 

More from Janakiram MSV

Mobile Meets Cloud - MBaaS
Mobile Meets Cloud - MBaaSMobile Meets Cloud - MBaaS
Mobile Meets Cloud - MBaaS
Janakiram MSV
 

More from Janakiram MSV (13)

Deploying containerized applications with Kubeapps
Deploying containerized applications with KubeappsDeploying containerized applications with Kubeapps
Deploying containerized applications with Kubeapps
 
Getting started with Azure Container Service (AKS)
Getting started with Azure Container Service (AKS)Getting started with Azure Container Service (AKS)
Getting started with Azure Container Service (AKS)
 
Build your First IoT Application with IBM Watson IoT
Build your First IoT Application with IBM Watson IoTBuild your First IoT Application with IBM Watson IoT
Build your First IoT Application with IBM Watson IoT
 
Kubernetes dealing with storage and persistence
Kubernetes  dealing with storage and persistenceKubernetes  dealing with storage and persistence
Kubernetes dealing with storage and persistence
 
Kubernetes Webinar Series - Understanding Service Discovery
Kubernetes Webinar Series - Understanding Service DiscoveryKubernetes Webinar Series - Understanding Service Discovery
Kubernetes Webinar Series - Understanding Service Discovery
 
A Closer Look at Kubernetes Pods and Replica Sets
A Closer Look at Kubernetes Pods and Replica SetsA Closer Look at Kubernetes Pods and Replica Sets
A Closer Look at Kubernetes Pods and Replica Sets
 
Cloud - The Backbone of IoT
Cloud - The Backbone of IoTCloud - The Backbone of IoT
Cloud - The Backbone of IoT
 
Choosing the right Cloud Database
Choosing the right Cloud DatabaseChoosing the right Cloud Database
Choosing the right Cloud Database
 
Mobile Meets Cloud - MBaaS
Mobile Meets Cloud - MBaaSMobile Meets Cloud - MBaaS
Mobile Meets Cloud - MBaaS
 
Get Cloud Ready
Get Cloud ReadyGet Cloud Ready
Get Cloud Ready
 
Windows Azure
Windows AzureWindows Azure
Windows Azure
 
Azure Services Platform
Azure Services PlatformAzure Services Platform
Azure Services Platform
 
What's New for AJAX Developers in IE8 Beta1?
What's New for AJAX Developers in IE8 Beta1?What's New for AJAX Developers in IE8 Beta1?
What's New for AJAX Developers in IE8 Beta1?
 

Recently uploaded

Recently uploaded (20)

Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 

Getting started with kubernetes

  • 1. Getting Started with Kubernetes Janakiram MSV Analyst | Advisor | Architect Janakiram & Associates Google Developer Expert Joseph Jacks Sr. Director Apprenda Founder, KubeCon
  • 2. Announcing The Kubernetes Webinar Series ● Monthly webinar focused on helping you get started with Kubernetes ● Delivered by the experts from the container ecosystem ● Each webinar introduces a concept to accelerate your learning ● No specific prerequisites ○ Basic understanding of Docker will help ● All attendees will get $100 Google Cloud Platform Credits ● Win free annual and monthly subscriptions of MAPT eBook library ● The recording of this webinar will be available at Kubernetes.live
  • 3. Objectives ● The need for container orchestration ● Overview of Kubernetes ● Setting up Kubernetes development environment ● Deploying your first application ● Summary ● Q&A
  • 4. The Need for Container Orchestration ● Containers are becoming the standard unit of deployment ● Each container image has ○ Code ○ Binaries ○ Configuration ○ Libraries ○ Frameworks ○ Runtime ● Developers and Operators love containers
  • 5. The Need for Container Orchestration ● Docker has solved the problem of packaging, deploying and running containerized applications ● Docker has three key components ○ Container Engine ○ Registry ○ Tools ● Docker is great for managing a few containers running on a fewer machines ● Production applications deal with dozens of containers running on hundreds of machines
  • 6. The Need for Container Orchestration ● The unit of deployment is changing from a machine to a container ● Infrastructure has become immutable ● Emphasis on treating the datacenter as a large server (cluster) ● Tools are evolving to manage the new datacenter infrastructure ○ Docker Swarm ○ Kubernetes ○ Mesosphere DC/OS ● Manage the lifecycle of containerized applications running in production ● Automate the distribution of applications ● Ensure higher levels of utilization and efficiency
  • 7. A DATACENTER IS NOT A COLLECTION OF COMPUTERS, A DATACENTER IS A COMPUTER
  • 8. The Changing Face of the Datacenter Physical Infrastructure VM VMVM VM VM VMVM Cluster 1 Cluster 2 Cluster 3 Cluster 4 Application Application Application Application Application Application Cluster Manager / Orchestration Engine
  • 9. What is Kubernetes? ● Kubernetes is inspired from an internal Google project called Borg ● Open source project managed by the Linux Foundation ● Unified API for deploying web applications, batch jobs, and databases ● Decouples applications from machines through containers ● Declarative approach to deploying applications ● Automates application configuration through service discovery ● Maintains and tracks the global view of the cluster ● APIs for deployment workflows ○ Rolling updates, canary deploys, and blue-green deployments
  • 11. Configuring Kubernetes Environment ● Minikube ○ Simplest way to get Kubernetes cluster up and running ○ Supports Microsoft Windows and Mac OS X ● Kubernetes Multi-Node Cluster ○ Emulates production environment ○ Good for testing advanced scenarios ● Google Container Engine ○ Hosted and managed by Google ○ Powered by Google Compute Engine
  • 12. Getting Started with Minikube ● Install Oracle VirtualBox for Mac ● Install Docker Toolbox for Mac ● Install Docker Version Manager ● Install the latest version of Minikube for Mac OS X ● Download the latest version of kubectl from this link ● Run the following commands from the directory where kubectl is downloaded ○ chmod +x ./kubectl ○ sudo mv kubectl /usr/local/bin ● Launch minikube with the following command: ○ minikube start –-vm-driver=virtualbox ● Test minikube installation with the following commands ○ minikube status ○ kubectl get cs
  • 14. Kubernetes Terminology ● Nodes ○ Hosts that run Kubernetes applications ● Containers ○ Units of packaging ● Pods ○ Units of deployment ● Replication Controller ○ Ensures availability and scalability ● Labels ○ Key-Value pairs for identification ● Services ○ Collection of pods exposed as an endpoint
  • 16. Summary ● Kubernetes manages containerized workloads running in production ● An open source, community-driven project started by Google ● Kubernetes has a master and multiple worker nodes ● Clients interact with the master through REST API ● Kubernetes API has objects - Pod, Replication Controller, Service etc. ● Minikube is the simplest way to get started with Kubernetes ● Detailed walkthrough is available at The New Stack ● Scripts and source code for demos shown is available on Github
  • 17. Upcoming Webinar Kubernetes Architecture 101 9 AM PST, 29th September Join us to learn the concepts of Pods, Replication Controllers, Services, storage choices, and networking options. We will also walk you through the process of deploying and scaling microservices applications. Each attendee gets $100 credit to start using Google Container Engine. Register at kubernetes.live for the upcoming webinars
  • 18. Thank You! Send your Feedback / Questions / Comments info@kubernetes.live