https://github.com/somaz94/kustomize-study
kustomize-study
https://github.com/somaz94/kustomize-study
kustomize
Last synced: 3 months ago
JSON representation
kustomize-study
- Host: GitHub
- URL: https://github.com/somaz94/kustomize-study
- Owner: somaz94
- License: mit
- Created: 2023-10-05T07:06:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T01:24:32.000Z (3 months ago)
- Last Synced: 2025-02-24T02:33:24.225Z (3 months ago)
- Topics: kustomize
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚀 Kustomize Study Repository
This repository is dedicated to learning and practicing the application of Kustomize for Kubernetes resource management. 📚 It contains example setups for various environments like dev, qa, and prod, showcasing how Kustomize can be effectively utilized to manage different configurations across these environments.
## 📁 Repository Contents
- 🌐 `basic-nginx-deployment`: Contains an example setup for deploying an nginx application with variations for different environments.
- 🌐 `argocd-applicationset-nginx-deployment`: Demonstrates the usage of ArgoCD ApplicationSet in combination with Kustomize.
- 🌐 `flux-nginx-deployment`: Demonstrates the setup and deployment of nginx resources using FluxCD.
## 🧐 How to Install
You can check other installation methods at [this link](https://kubectl.docs.kubernetes.io/installation/kustomize/).```bash
curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bashsudo mv kustomize /usr/local/bin/
```
## 📚 Useful Resources
- 📖 [Kustomize Official Documentation](https://kustomize.io/)
## 🚧 Future Work
The directory structure and content will be continually updated and expanded as more Kustomize examples and scenarios are explored.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
🤝 Contribution and feedback are welcome! If you encounter any issues or have suggestions, please open an issue.