chodges7 / istio-example

This is me creating an example cluster with istio installed. I followed [this](https://www.youtube.com/watch?v=voAyroDb6xk) tutorial from the TechWorld with Nana YouTube channel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Istio Example

This repo is an example k8s cluster with Istio installed. I followed this tutorial from TechWorld with Nana.

Dependencies

  • Istioctl
    • I used brew to install istioctl
  • Docker
  • Kubernetes

Setup

  • The first step is to run istioctl install on the cluster. This will...🥁 install istio on the cluster.
  • That's it! Istio is now setup on the cluster, but now let's add a microservice for istio to talk to.

About

This is me creating an example cluster with istio installed. I followed [this](https://www.youtube.com/watch?v=voAyroDb6xk) tutorial from the TechWorld with Nana YouTube channel.