Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.04 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.04 KB

Istio


Summary

Istio is a collection of networking applications needed to stand up the Istio Service Mesh.


Instructions

Istio

Istio is a Service Mesh.

  1. Modify the Kustomize project as per your needs.

  2. Deploy to Kubernetes:

    kubectl kustomize --enable-helm istio | kubectl apply -f-

Istio Gateway

Istio Gateway is an ingress Gateway for Istio.

  1. Modify the Kustomize project as per your needs.

  2. Deploy to Kubernetes:

    kubectl kustomize --enable-helm istio-gateway | kubectl apply -f-

MetalLB

MetalLB is a bare metal load balancer implementation.

  1. Modify the Kustomize project as per your needs.

  2. Deploy to Kubernetes:

    kubectl kustomize --enable-helm metallb | kubectl apply -f-