On Tuesday, May 24, 2016, Douglas Nelson <[email protected]> wrote:

> I followed this guide to get a basic deployment/service up and running:
> http://kubernetes.io/docs/hellonode/
>
> Everything works as expected. I'm able to view, update, or delete but only
> via the terminal. Is there some way to get the deployment/service to
> display in the web dashboard to be able to manipulate it? When I click *Show
> them* after *Some system applications are running in the cluster *the
> only thing displayed is the kubernetes dashboard. As I understand it, this
> screen is only displaying replication controllers. Is there no way to view,
> update, delete a deployment/service via the web UI that is *not* a
> replication controller?
>

To the best of my knowledge , there isn't.

The dashboard has been hugely redesigned to support these things (and more,
like daemon sets, etc.) and the current dashboard doesn't allow much
regarding deployments.

I think that deployments will manageable from the dashboard for kubernetes
1.3 (due in a month, approx) as there is an issue about that in the
dashboard repository (sorry can't link easily now, I'm in the subway).


>
> Is there something built into the kubernetes dash that I'm missing? If
> not, does anyone know of a third party tool run on top of kubernetes that
> can give web UI access to kubectl commands (i.e. to view
> deployments/services by namespace, update/delete, expose deployments, etc).
>

We were using Samson (zendesk/samson in github) and now we are using it
with the kubernetes plugin.

So far, so good. There is no way to do db migrations now with samson, but I
think it will be addressed soon (or we will probably contribute that soon
too :))

But samson does not list all the services and deployments, etc. It is just
to deploy and just shows you the state of the pods of the configured
projects.

My guess is that kubernetes dashboard will gain more features and will be
very nicely integrated and it will make to use that. I think the more k8s
features you use, the more it will pay off (like PVC, etc.)




Thanks a lot,
Rodrigo

-- 
You received this message because you are subscribed to the Google Groups 
"Containers at Google" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-containers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to