Giter Club home page Giter Club logo

tagger-kubernetes's Introduction

tagger-kubernetes

Kubernetes .yml files for the tagger cluster

Overview

This repository contains all files required to boot the tagger cluster (except for Kafka, which can be deployed using these .yml files).

Here is a description of the Kubernetes Object that are defined in this repository (in the order they get created):

  • a tagger namespace, where everything will live
  • tagger-secrets, a secrets object used by the backend containing authentification to azure blob storage and a secret used for JWT signing
  • testsites-info-secrets, which contains the fullchain.pem and privkey.pem for gruppe7.testsites.info.
  • postgres-deploy, which deploys postgresql into the cluster
  • postgres-service, which makes the postgres deployment addressable by the cluster
  • tagger-backend-deploy, which deploys the tagger backend into the cluster.
  • tagger-backend-service, which makes the service addressable by the cluster
  • tagger-worker-deploy, which deploys the worker into the cluster
  • frontend-deploy, which deploys the tagger-frontend into the cluster
  • frontend-expose, which installs a load balancer in front of the frontend deployment and serves as an entry point to the outside world.

Additionally, the following helper objects are defined:

  • get-certs, a deployment of a letsencrypt docker image that can be used to generate certificates.
  • kafka-manager-deploy, which is used to deploy an instance of kafka-manager into the cluster.

Deployment

In order to deploy the tagger into your own kubernetes cluster, do the following:

  • Deploy Kafka into your cluster
  • git clone https://github.com/SwaggerTagger/tagger-kubernetes && cd tagger-kubernetes
  • kubectl create -f .

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.