Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.45 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.45 KB

DevOps

This is a repository for myself to organize resources for DevOps.

TL;DR

This is a centralized repo to link to other repos:

  1. local-docker - for setting up docker environment on local machine. Good for development.
  2. infra-as-code - IaC for creating infra-structures.
  3. k8s-services - mostly helm charts for installing softwares into k8s, and having ArgoCD to do GitOps.
  4. apps - for ArgoCD GitOps to deploy applications.
  5. java-springboot - skeleton for Java Spring boot 3.
  6. loopback4-ts-api - skeleton for Node JS Typescript backend framework.

Infra-As-Code

Best practice suggestion: https://github.com/minixxie/infra-as-code

  • to make use of code to specify your infrastructure, in Terraform or pulumi

Local Development Environment

There are a few ways to setup local environment

Java microservice stack

Node JS microservice stack