aamoyel / istio

Deployment of Istio with Kustomize

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

istio w/ kustomize

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contact

About The Project

This project allows you to deploy Istio on Kubernetes with Kustomize binary.

(back to top)

Built With

(back to top)

Getting Started

Prerequisites

You need to have :

  • An operational Kubernetes cluster
  • Kustomize binary
  • istioctl binary

Installation

  1. Install Istio with istioctl or other method. With istioctl:
    # Install istio with a specific revision (change 1-14-3 by your version)
    istioctl install -y -r 1-14-3
  2. Clone the repo :
    git clone https://github.com/aamoyel/istio.git && cd istio
  3. Change ingresses files to match your setup
  4. Deploy istio addons on your cluster
    kustomize build . | kubectl apply -f -

(back to top)

Contact

Alan Amoyel - @AlanAmoyel

Project Link: https://github.com/aamoyel/istio

(back to top)

About

Deployment of Istio with Kustomize