GitXplorerGitXplorer
n

istio101-blitz

public
2 stars
2 forks
1 issues

Commits

List of commits on branch master.
Unverified
cd10de734d9826f284a85c36439ce798758477c0

Add namespace labeling

nnibalizer committed 6 years ago
Unverified
e68d2c3adbf8753b51e38afea4628943821ad9fa

MTLS to extra innings

nnibalizer committed 6 years ago
Unverified
8a58b3bc07829432bd3631e6b4aeb8bf985f0c5c

Traffic Mgmt to at-home exercises

nnibalizer committed 6 years ago
Unverified
ebe67186f37024a82bdd5783f2774cb8ac2c308b

Guestbook tracing!

nnibalizer committed 6 years ago
Unverified
540462d9db59d0ed3433528442d7be9eeb695472

Tracing!

nnibalizer committed 6 years ago
Unverified
f11f9ed689009a1a119c19afa26f18f83f177820

Add install guestbook as exercise-5

nnibalizer committed 6 years ago

README

The README file for this repository.

Istio 101

The Blitz version of the Istio 101 Workshop presented by IBM This will be a fast run through of some of the basic Istio features. If attendees come with a kubernetes cluster already configured, this can be done in 70 minutes.

Presenters:

  • Spencer Krum, IBM

Assistants:

Beyond the Basics: Istio and IBM Cloud Kubernetes Service

Istio is an open platform to connect, secure, and manage a network of microservices, also known as a service mesh, on cloud platforms such as Kubernetes in IBM Cloud Kubernetes Service. With Istio, You can manage network traffic, load balance across microservices, enforce access policies, verify service identity on the service mesh, and more.

In this course, you can see how to install Istio alongside microservices for a simple mock app called Guestbook. When you deploy Guestbook's microservices into an IBM Cloud Kubernetes Service cluster where Istio is installed, you inject the Istio Envoy sidecar proxies in the pods of each microservice.

Note: Some configurations and features of the Istio platform are still under development and are subject to change based on user feedback. Allow a few months for stablilization before you use Istio in production.

Objectives

After you complete this course, you'll be able to:

  • Download and install Istio in your cluster
  • Deploy the Guestbook sample app
  • Set up the Istio Ingress Gateway
  • Perform simple traffic management, such as A/B tests and canary deployments
  • Secure your service mesh
  • Enforce policies for your microservices
  • Use metrics, logging and tracing to observe services

Prerequisites

You will set up a free IBM Cloud account to complete all the modules in this course. A feature code will be provided to you to enable kubernetes clusters.

Use Kubernetes 1.9.x or newer because earlier versions may require changes in manifests. This is the default on IBM Kubernetes Service (IKS)

You will create a cluster in IKS.

If you are using a Trial IBM Cloud Account, be aware that you may encounter resource caps, especially if there are existing resources in your cluster. During the course, if any pods remain in Pending status, you may need to adjust the number of replicas in the various deployment yamls to a value of 1, delete the deployment, and attempt the steps again.

You should have a basic understanding of containers, IBM Cloud Kubernetes Service, and Istio. If you have no experience with those, take the following courses:

  1. Get started with Kubernetes and IBM Cloud Kubernetes Service
  2. Get started with Istio and IBM Cloud Kubernetes Service

Workshop setup

Creating a service mesh with Istio

Where to get more?

Twitter: @nibalizer, @sai_vennam

IBM Code: https://developer.ibm.com/code

Twitch: https://twitch.tv/ibmcode

Further reading