Giter Site home page Giter Site logo

devops's Introduction

Kanban Application

This is a simple implementation of a Kanban Board, a tool that helps visualize and manage work.

Made of 3 separate Docker containers that holds and each docker file in kanban-app and kanban-ui folder

  • PostgreSQL database
  • Java backend (Spring Boot)
  • Angular frontend

Run the command below apply the kubernetes manifest file

$ kubectl apply -f kanban-ui.yml 
$ kubectl apply -f kanban-app.yml 
$ kubectl apply -f postgres.yml 

Check to confirm pods are running

NAME                         READY   STATUS    RESTARTS   AGE
kanban-app-f646d949d-2ksvs   1/1     Running   0          64m
kanban-ui-84c7d86b56-z7zrn   1/1     Running   0          120m
postgres-58f589568c-mf7tf    1/1     Running   0          4h6m

The entry point for the website is available under the address: http://localhost:80/

Note: In a production environment we have to implement

  • Secret mangement using tool liks hashicorp vault,aws secret manager or any secret management tool to secure database credentials

  • Implementation of ingress for route base routing for application accessibility in the kubernetes cluster that a ingress controller

devops's People

Contributors

bbw3luv 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.