radanalyticsio / kubespark-operator

Apache License 2.0
1 stars 1 forks source link

Create basic UI interface to do CRUD operations on CRD #7

Open zak-hassan opened 6 years ago

zak-hassan commented 6 years ago

There will be a golang web service that you can use to access or you can use kube/oc proxy.

sub-mod commented 6 years ago

shouldn't UI interact with kube-api ?i.e to create/edit/update/delete spark-CRD where does the web service reside ? oshinko-webui has datservice.js in the code.It should have those apis imo.if not we need to get them from the console UI team.

zak-hassan commented 6 years ago

Good point. I will run a golang web service to be a gateway to for all create/update/delete sparkcrd operations. I could put something together.

zak-hassan commented 6 years ago

So this issue is dependent on #15 to get completed and api's to be available for @sub-mod @crobby to consume.