An open API service indexing awesome lists of open source software.

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

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).