Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shibinrajumathew/k8s-cluster-setup
Code for setting up Kubernetes with Docker for frontend and backend applications. Using Nginx ingress controller by helm, For bare metal server
https://github.com/shibinrajumathew/k8s-cluster-setup
ansible docker jenkins kubernates terraform
Last synced: 19 days ago
JSON representation
Code for setting up Kubernetes with Docker for frontend and backend applications. Using Nginx ingress controller by helm, For bare metal server
- Host: GitHub
- URL: https://github.com/shibinrajumathew/k8s-cluster-setup
- Owner: shibinrajumathew
- Created: 2024-07-30T08:06:19.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-09-06T21:30:45.000Z (5 months ago)
- Last Synced: 2024-11-22T21:13:32.520Z (3 months ago)
- Topics: ansible, docker, jenkins, kubernates, terraform
- Language: HCL
- Homepage:
- Size: 277 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# k8s cluster setup
Template for setuping k8 with docker for frontend and backend. Nginx server used to handle request
## Features
- Terraform
- Ansible
- Nginx
- Docker compose yaml
- Docker file
- React js for UI
- Express Js for Back End
- webhook build with Jenkins CI/CD## Installation
Install project with npm [Use individual command prompt]
```bash
npm install
```To run project
```
npm start
```
## Tech Stack**Client:** React, Redux, TailwindCSS
**Server:** Node, Express
**Containerization:** Docker compose, Docker
**Orchestration:** Kubernate cluster