Giter VIP home page Giter VIP logo

kind-playground's Introduction

kind-playground

This repository contains code, scripts and manifests i use to play with local Kubernetes clusters with Kind, Cilium, MetalLB, Keycloak, ArgoCD and various other tools.

Basic cluster

The cluster.sh script will bootstrap a local cluster with Kind and configure it to use Cilium CNI (without kube-proxy), MetalLB, ingress-nginx and dnsmasq.

The cluster api server will be configured to use Keycloak identity provider.

It will also setup docker image caching through proxies for docker.io, quay.io, gcr.io and k8s.gcr.io.

Run ./cluster.sh to create a local cluster.

Keycloak

The keycloak.sh script contains code to deploy Keycloak in a running cluster.

In addition to deploying Keycloak, it will also configure it using terraform to be ready to use with ArgoCD and other applications for SSO authentication.

Keycloak will be available through HTTPS, using a certificate that is trusted by the cluster api server.

Run ./keycloak.sh to deploy and configure Keycloak.

ArgoCD

The argocd.sh script contains code to deploy ArgoCD in a running cluster.

ArgoCD will be configured to use Keycloak OIDC endpoint and SSO authentication.

Run ./argocd.sh to deploy ArgoCD.

ArgoCD applications

The argocd folder contains code ArgoCD application manifests.

Run kubectl -n argocd -f ./argocd/<application name> to deploy an application.

Available applications:

kind-playground's People

Contributors

eddycharly avatar bmutziu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.