This is a simple web editor to create or modify Red Hat Openshift templates in a visual way, much simpler than struggling with json or yaml directly.
You can import json or yaml templates, modify them and export them as json. The tool also validates the template and indicates found errors. It currently works with Openshift v3.6, 3.7 and 3.9 schemas.
- Clone this repo
- Start a webserver to serve static content
python -m SimpleHTTPServer 8080
or just
./run.sh
- Open your browser in http://localhost:8080
- Import an existing template in JSON or YAML (optional).
- Start working on the template.
Template Validation ![]() |
|---|
Editing Services ![]() |
Editing ConfigMaps![]() |
Writing JSON directly ![]() |
Template Validation ![]() |




