- Introduced a suite of pytest-based integration tests for Kubernetes using `kind`. - Automated local installation of dependencies (`kind`, `kubectl`, and `helm`) when missing. - Implemented fixtures for Kubernetes resource management and TLS secrets. - Added end-to-end tests for HTTP and HTTPS ingress functionality.
9 lines
No EOL
115 B
Text
9 lines
No EOL
115 B
Text
# kind installation directory
|
|
.kind/
|
|
|
|
# kubectl config
|
|
kubeconfig
|
|
|
|
# Test artifacts
|
|
*.log
|
|
service_tls_generated.yml |