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
- Host: GitHub
- URL: https://github.com/dhanushnehru/ultimate-kubernetes-resources
- Owner: DhanushNehru
- License: cc0-1.0
- Created: 2025-03-13T07:11:09.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-21T15:17:21.000Z (3 months ago)
- Last Synced: 2025-03-21T16:27:43.425Z (3 months ago)
- Topics: beginner-friendly, beginners, devops, kubectl, kubectl-commands, kubernetes, kubernetes-deployment, kubernetes-for-developers, kubernetesbyexample
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 [](https://gitpod.io/#https://github.com/DhanushNehru/Ultimate-Kubernetes-Resources/)