https://github.com/farzai/kubernetes-yaml-template
Example kubernetes yaml files
https://github.com/farzai/kubernetes-yaml-template
Last synced: 4 months ago
JSON representation
Example kubernetes yaml files
- Host: GitHub
- URL: https://github.com/farzai/kubernetes-yaml-template
- Owner: farzai
- License: mit
- Created: 2023-05-02T12:18:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-02T12:39:56.000Z (about 3 years ago)
- Last Synced: 2025-06-06T06:04:14.462Z (about 1 year ago)
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kubernetes YAML Template for a Deployment
This repository contains a set of Kubernetes YAML templates that are designed to help you quickly set up and deploy your applications on a Kubernetes cluster.
These templates are configured for AWS, and include resources such as namespaces, ingresses, services, and deployments for both development and production environments.
## Table of Contents
- [Kubernetes YAML Template for a Deployment](#kubernetes-yaml-template-for-a-deployment)
- [Table of Contents](#table-of-contents)
- [Prerequisites](#prerequisites)
- [Contributing](#contributing)
- [License](#license)
## Prerequisites
Before you start using these templates, make sure you have the following tools installed:
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
- [helm](https://helm.sh/docs/intro/install/)
- [aws-cli](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html)
- [eks-cli](https://docs.aws.amazon.com/eks/latest/userguide/getting-started-eksctl.html)
## Contributing
We welcome contributions to this repository. Please feel free to submit a pull request or open an issue if you have suggestions for improvements or new templates.
## License
This repository is licensed under the [MIT License](LICENSE).