introduction to kubernetes - tetranoodle.com · kubernetes explain the principles of object...

Post on 22-May-2020

41 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Introduction to KubernetesKubernetes: Production Workload Deployment

@tetranoodleTetraNoodle Technologies © All Rights Reserved

Course Overview

Introduction to

Kubernetes

1

@tetranoodleTetraNoodle Technologies © All Rights Reserved

Course Overview

Kubernetes

Architecture2

@tetranoodleTetraNoodle Technologies © All Rights Reserved

Course Overview

Installation

And

Setup

3

@tetranoodleTetraNoodle Technologies © All Rights Reserved

Course Overview

Working With

Kubernetes Objects

4

@tetranoodleTetraNoodle Technologies © All Rights Reserved

Course Overview

Ingress

Networking

5

@tetranoodleTetraNoodle Technologies © All Rights Reserved

Course Overview

Deploying Applications

on

Multi-Tier Architecture

6

@tetranoodleTetraNoodle Technologies © All Rights Reserved

Course Overview

Kubernetes

Monitoring and Security

7

@tetranoodleTetraNoodle Technologies © All Rights Reserved

What are you Going to Learn?Explain the basic architecture and setup of Kubernetes

Explain the principles of object management in Kubernetes

Create a cluster, nodes and deploy a workload

Create and deploy services

Create persistent storage and integrate frontend and backend workloads

Deploy applications on multi-tier architecture

Assign role-based access control (RBAC)

@tetranoodleTetraNoodle Technologies © All Rights Reserved

What is Kubernetes?

It is an open-source, production-ready

platform that allows you to manage different

services.

@tetranoodleTetraNoodle Technologies © All Rights Reserved

What is Kubernetes?

It can be a Container platform, a Microservices

platform, or even a portable cloud platform.

@tetranoodleTetraNoodle Technologies © All Rights Reserved

What is Kubernetes?

It orchestrates computing, networking,

and storage infrastructure for user

workloads.

@tetranoodleTetraNoodle Technologies © All Rights Reserved

What is Kubernetes?

It gives you all the relevant services

for your containerized application.

@tetranoodleTetraNoodle Technologies © All Rights Reserved

Features of Kubernetes

Batch

Execution

Scaling

Load Balancing

and

Service Discovery

Self-

healing

Configuration

and Secret

Management

Storage

Orchestration

Automatic

Binpacking

Automated

Deployments and

Rollbacks

@tetranoodleTetraNoodle Technologies © All Rights Reserved

Benefits of Using Kubernetes

Portable and Open

Source

@tetranoodleTetraNoodle Technologies © All Rights Reserved

Benefits of Using Kubernetes

Scalability

@tetranoodleTetraNoodle Technologies © All Rights Reserved

Benefits of Using Kubernetes

High

Availability

@tetranoodleTetraNoodle Technologies © All Rights Reserved

Who Uses Kubernetes?

@tetranoodleTetraNoodle Technologies © All Rights Reserved

http://go.tetranoodle.com/k8s-prod

Download Resources

@tetranoodleTetraNoodle Technologies © All Rights Reserved

top related