https://github.com/imjaroiswebdev/kubernetes_scafold_complex_fib
Kubernetes scafolding project
https://github.com/imjaroiswebdev/kubernetes_scafold_complex_fib
docker kubernetes nodejs reactjs
Last synced: 2 months ago
JSON representation
Kubernetes scafolding project
- Host: GitHub
- URL: https://github.com/imjaroiswebdev/kubernetes_scafold_complex_fib
- Owner: imjaroiswebdev
- Created: 2018-11-19T10:16:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T09:26:12.000Z (over 7 years ago)
- Last Synced: 2025-03-23T22:18:34.923Z (about 1 year ago)
- Topics: docker, kubernetes, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 709 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Very Complex Fibonacci Calculator
> Overcomplicated Fibanacci calculator implementation.
This will allow me to register an scafolding template for Kubernetes Cluster configuration
## Cluster Architecture

## Applying Cluster Configuration
```shell
# At repository root
$ kubectl apply -f k8s
```
## Deleting Cluster Configuration
```shell
# At repository root
$ kubectl delete -f k8s
```
## Adding Secret Objects for password and encrypted data
```shell
$ kubectl create secret generic postgres-password --from-literal=POSTGRES_PASSWORD=pgpass123
```
## Setting the Ingress Service
Ingress controller used: __NGINX Ingress__
* Repository: https://github.com/kubernetes/ingress-nginx/
Mandatory command (applies to local and cloud)
```shell
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/mandatory.yaml
```
For specific use with minikube and cloud see [docs](https://kubernetes.github.io/ingress-nginx/deploy/)
## Local Deployed Kubernetes Cluster Dashboard

## RabbitMQ Work Queue Manager available through /manage-queue/ route

## App working
