Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.31 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.31 KB

Kube Playground

Useful links

Kubernetes, ArgoCD, and Helm Example Repository

This repository contains example Kubernetes YAML files, ArgoCD application manifests, and Helm charts for beginners.

Contents

  • k8s: Example k8s YAML files.
  • ArgoCD: Example ArgoCD application manifests.
  • Helm: Example Helm charts and values files.

Usage

Clone this repository and explore the directories for examples. The Helm chart provides a simple example for deploying an NGINX application with configurable replica count, image, and service settings. You can customize it further to fit your specific application requirements.

~/.vimrc

essential:

set expandtab
set tabstop=2
set shiftwidth=2

optional:

set autoindent
set smartindent
set bg=dark
set nowrap
set paste

Upcoming

  • Observability examples