k8s-project-template

Provide a k8s project template with built-in engineering excellence

Get Started →

Out-of-Box

Minimal setup with organized project structure helps you focus on development.

Cloud Native CI/CD

Enjoy the cloud native CI/CD.

K8s Observability

Built-in k8s observability with examples.


This is a project to provide a k8s project template with built-in engineering excellence.

# Features

This project provides these features:

# Easy to Start

# build all needed docker images
make all

# start a local k8s cluster
make local-cluster

# deploy k8s workload
make deploy

# check the monitoring dash board in http://monitoring.observe.local
1
2
3
4
5
6
7
8
9
10