init: k8s 폴더 구조init

This commit is contained in:
donghyeon-ka
2026-07-26 17:11:25 +09:00
commit 0912b5030f
61 changed files with 2124 additions and 0 deletions
+59
View File
@@ -0,0 +1,59 @@
# OS and editors
.DS_Store
.idea/
.vscode/
*.swp
*.swo
# Local environment and credentials
.env
.env.*
!.env.example
*.key
*.pem
*.p12
*.pfx
*.jks
credentials.json
id_dsa
id_ecdsa
id_ed25519
id_rsa
# Kubernetes local access
kubeconfig
kubeconfig.*
*.kubeconfig
# Terraform / OpenTofu / Terragrunt
**/.terraform/*
**/.terragrunt-cache/*
*.tfstate
*.tfstate.*
*.tfplan
plan.out
.terraform.tfstate.lock.info
crash.log
crash.*.log
override.tf
override.tf.json
*_override.tf
*_override.tf.json
*.local.tfvars
*.secret.tfvars
# Decrypted or generated secret material
.decrypted/
*.decrypted.yaml
*.dec.yaml
# Build and render output
.build/
.cache/
dist/
rendered/
tmp/
# Test output
coverage/
*.log