Skip to content

Latest commit

 

History

History
30 lines (11 loc) · 1.55 KB

README.md

File metadata and controls

30 lines (11 loc) · 1.55 KB

kubernetes-ide

IDE for kubernetes

documentation

The Kubernetes IDE is a visual development environment for Kubernetes. It can be used to learn kubernetes or to develop prototypes . It allows to build applications (called projects) by creating, importing and associating kubernetes resources. These projects can be saved and executed in one of your namespaces.

Kubernetes IDE is also useful for documentation. Here is an example of a project using a variety of resources: storage (PersistentVolume, PersistentVolumeClaim), compute (Deployment, ConfigMap, Secret), RBAC (Role, RoleBinding, ServiceAccount) and networking (Service, LoadBalancer, Ingress):

157493775-72986497-83fb-426a-8170-15ffc5d0161b png (1761×1074)20220309115700

ide

ide

Exposing relationships between resources

The Kubernetes IDE shows the relationships between the different resources to help understand the application. Here is an example with the PVC, secrets and env-vars used by the different deployments.

Screenshot from 2023-12-31 09-42-31