Re: [kubernetes-users] Kubernetes Operational View v0.3.0 released: read-only system dashboard for multiple K8s clusters

2017-01-16 Thread 'David Aronchick' via Kubernetes user discussion and Q
g on a > TV screen next to my desk). It regularly polls one or more clusters and > uses WebGL for the UI. > > > > <https://lh3.googleusercontent.com/-3wfJgpG_B5s/WH0L5vn-xPI/TEA/SBl3jHejIfYS7ybk0TliJgGC6DX7tCg7wCLcB/s1600/kube-ops-view-20170116.png> > > Trying

Re: [kubernetes-users] Re: Connect Mysql Pod to my Workbench

2017-01-16 Thread 'David Aronchick' via Kubernetes user discussion and Q
You need to create an external service if you want to connect to it directly. You can do this with type=loadbalancer ( https://kubernetes.io/docs/user-guide/load-balancer/) Given that this is a database, I would not do this, however, and use kubectl proxy (for running commands from your local

[kubernetes-users] Kubernetes Operational View v0.3.0 released: read-only system dashboard for multiple K8s clusters

2017-01-16 Thread Henning Jacobs
lh3.googleusercontent.com/-3wfJgpG_B5s/WH0L5vn-xPI/TEA/SBl3jHejIfYS7ybk0TliJgGC6DX7tCg7wCLcB/s1600/kube-ops-view-20170116.png> Trying it out is simple: - Use with your running cluster (Minikube is also fine) as it will by default try the default proxy localhost:8001: kubectl proxy dock

[kubernetes-users] Re: Connect Mysql Pod to my Workbench

2017-01-16 Thread Montassar Dridi
https://stackoverflow.com/questions/39910225/how-to-connect-mysql-running-on-kubernetes On Monday, January 16, 2017 at 1:26:11 PM UTC-5, Montassar Dridi wrote: > > Hello > > My database pod is working fine in kubernetes and connected to an > application pod in the same kubernetes cluster, but I

[kubernetes-users] Connect Mysql Pod to my Workbench

2017-01-16 Thread Montassar Dridi
Hello My database pod is working fine in kubernetes and connected to an application pod in the same kubernetes cluster, but I want also to connect it to my local machine using workbench I followed the answer here but it's not working for me ? -- You received this message because you are