https://github.com/kubeshop/monokle-default-templates-plugin
Default templates included with Monokle
https://github.com/kubeshop/monokle-default-templates-plugin
Last synced: 15 days ago
JSON representation
Default templates included with Monokle
- Host: GitHub
- URL: https://github.com/kubeshop/monokle-default-templates-plugin
- Owner: kubeshop
- License: mit
- Created: 2022-01-19T10:18:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T14:51:11.000Z (over 1 year ago)
- Last Synced: 2025-04-13T09:18:05.170Z (15 days ago)
- Homepage: https://kubeshop.github.io/monokle/templates/
- Size: 38.1 KB
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Monokle Default Templates Plugin
This Monokle plugin contains the default templates included with Monokle.
## Included templates
| Name | Description |
|----------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------|
| [Basic Job](basic-job-template) | Creates a basic Job |
| [Basic Pod](basic-pod-template) | Creates a basic Pod |
| [Advanced Pod](advanced-pod-template) | Creates a Pod with command and arguments |
| [Basic Service](basic-service-template) | Creates a basic Service |
| [Deployment with Service](deployment-template) | Creates a Deployment and Service |
| [Basic Role](basic-role-template) | Creates a basic Role or ClusterRole |
| [RoleBinding and ServiceAccount](rolebinding-serviceaccount-template) | Creates a RoleBinding and ServiceAccount for an existing Role or ClusterRole |
| [Role, RoleBinding and ServiceAccount](role-rolebinding-serviceaccount-template) | Creates a Role or ClusterRole with a RoleBinding or ClusterRoleBinding and ServiceAccount |## Modifying / Contributing
Please feel free to suggest/contribute improvements to these templates - learn more about Monokle
plugins and templates in the documentation:- [Plugins documentation](https://kubeshop.github.io/monokle/plugins/)
- [Templates documentation](https://kubeshop.github.io/monokle/templates/)