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

https://github.com/dhanushnehru/ultimate-kubernetes-resources

A collection of Kubernetes Resources
https://github.com/dhanushnehru/ultimate-kubernetes-resources

beginner-friendly beginners devops kubectl kubectl-commands kubernetes kubernetes-deployment kubernetes-for-developers kubernetesbyexample

Last synced: 3 months ago
JSON representation

A collection of Kubernetes Resources

Awesome Lists containing this project

README

        

# Ultimate-Kubernetes-Resources
A collection of Kubernetes Resources

## [Examples](https://github.com/DhanushNehru/Ultimate-Kubernetes-Resources/tree/main/examples)
- [Deployments](https://github.com/DhanushNehru/Ultimate-Kubernetes-Resources/tree/main/examples/deployments) - A simple deployment file.
- [Namespaces](https://github.com/DhanushNehru/Ultimate-Kubernetes-Resources/tree/main/examples/namespaces) - A simple namespace and resource quota configuration to manage cluster resources effectively.
- [Pods](https://github.com/DhanushNehru/Ultimate-Kubernetes-Resources/tree/main/examples/pods) - A simple pod setup.
- [ReplicaSets](https://github.com/DhanushNehru/Ultimate-Kubernetes-Resources/tree/main/examples/replicasets) - A simple replicaset to manage and automate updates for your application pods.
- [Service](https://github.com/DhanushNehru/Ultimate-Kubernetes-Resources/tree/main/examples/service) - A simple service to expose your applications using Kubernetes services.
- [Voting App](https://github.com/DhanushNehru/Ultimate-Kubernetes-Resources/tree/main/examples/voting-app) - A complete voting application setup using Pods.
- [Voting App with Deployment](https://github.com/DhanushNehru/Ultimate-Kubernetes-Resources/tree/main/examples/voting-app-with-deployment) - A complete voting application setup using Deployments for enhanced scalability and reliability.

## Gitpod
In the cloud-free development environment where you can directly start coding.

You can use Gitpod in the cloud [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/DhanushNehru/Ultimate-Kubernetes-Resources/)