Giter VIP home page Giter VIP logo

kubeez's Introduction

kuber-ez

Kuber-ez (Kubeez) is a web-based tool for kubernetes manifest composition and operation tool in a visual way that requires minimal understanding of Yaml and CLI

YouTube:

Online:

http://www.msaez.io or http://www.msaez.io/#/kubernetes/anonymous/kuberLocal/kuberInit/-init

Snapshots:

image

image

kuberEz화면캡처2

image

image

image

image

Build and Run

Standalone Mode

If you want to use the KuberEz for simply drawing models and generating Yaml, you only need to run front-end server:

npm install && npm run serve

or

docker run --name="kuberEz" -p 8081:8080 -d ohsy818/kuber-ez

Full-fledged Mode

If you want to use KuberEz for managing your clusters, you have to run all the components of KuberEz in a Kubernetes cluster:

kubectl create -f https://raw.githubusercontent.com/uengine-oss/kuber-ez/master/kubernetes/deploy.yaml

image

(Above diagram shows all the kuberEz components)

Development

run the frontend

nvm install 14.19.0 && nvm use 14.19.0

npm i
npm run serve

run the tunneling server

git clone ..
cd kubeez-tunneling
mvn spring-boot:run

run the gateway

cd gateway
mvn spring-boot:run

How to add new component

You can find examples of Kubernetes object models in https://github.com/uengine-oss/kuber-ez/blob/master/src/components/designer/k8s-modeling/element. Create a new copy of element and property panel component for the K8S object kind (e.g. Deployment.vue and DeploymentPropertyPanel.vue), and place them in the above folder. Then add the component to the 'elementTypes' array of https://github.com/uengine-oss/kuber-ez/blob/master/src/components/designer/k8s-modeling/KubeModeler.vue file.

Documentation

https://intro.msaez.io/tool/infrastructure-modeling

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.