claudioed / contour-gateway-linkerd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gateways API with Contour and Linkerd

Requirements

  • kubernetes cluster (minikube,kind)

  • ArgoCD installed

  • Linkerd Cli

Intro

This repo intents to be a simple example using Contour API Gateway and Linkerd as a service mesh implementation. We will use ArgoCD to manage cluster installation it makes our job easy for all.

Installing ArgoCD

The purpose of this repo is not teach ArgoCD, but I prepared a simple sh to install it in your cluster. You can find it here

Installing Linkerd

You can install linkderd using the script located at here

Wait for a while to complete the linkerd installation, it will configure CA, identity and other components.

Installing Contour

We will use argo to achieve this goal. Also we will kubernetes operators to manage our contour instances then we have an argo application that install Contour Operator and finally we have an application for install Contour Gateway, this file describes an argo application that will install contour for us.

Installing Apps

Finally we have the applications, it will be used for create an example for us. There are four applications bets, championships, matches and players each one has your argo application. Then we can install it applying these manifests.

Deploying

Let’s put it in action, we should follow these steps

Requirements

  • kubernetes cluster (minikube,kind)

  • ArgoCD installed

  • Linkerd Cli

Helm manifests

Helm manifests can be located here

About


Languages

Language:Shell 100.0%