Skip to content

Dnysus/k8s-configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s-configs

A central repository for Kubernetes YAML manifests, configuration files, and common setup patterns.

🎯 Goal

This repo serves as a "parts bin" for Kubernetes clusters. Instead of rewriting standard deployments or service configurations from scratch every time, I store modular configs here to be pulled down as needed.

📦 Contents

  • Base cluster configurations: Essential setups for new clusters.
  • Common application manifests: Templates for Ingress, Monitoring, and Logging.
  • Reusable templates: Standard Service and Deployment definitions.
  • GitHub Actions ARC (AWS EKS): Self-hosted GitHub Actions runners on EKS with cost-optimized node scheduling.

🚀 Usage

Browse the folders, find the component you need, and run:

kubectl apply -f <filename>.yaml

About

My library of modular Kubernetes YAMLs, service definitions, and deployment configs. Pick and choose what you need for your specific cluster setup.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors