Minikube: easily run Kubernetes locally
blog.kubernetes.io
Minikube: easily run Kubernetes locally
1–10 of 16 posts
Re: Minikube: easily run Kubernetes locally
#2Re: Minikube: easily run Kubernetes locally
#3 minikube start
Seriously, it's that easy. Let me know if you have any questions!Disclosure: I am a PM at Google working on Kubernetes.
Re: Minikube: easily run Kubernetes locally
#4Starting Minikube on your laptop ( https://github.com/kubernetes/minikube ): minikube start Seriously, it's that easy. Let me know if you have any questions! Disclosure: I am a PM at Google working on Kubernetes.
Love Kubernetes though, this'll be a superb way of spinning some test stuff up!
Re: Minikube: easily run Kubernetes locally
#5Starting Minikube on your laptop ( https://github.com/kubernetes/minikube ): minikube start Seriously, it's that easy. Let me know if you have any questions! Disclosure: I am a PM at Google working on Kubernetes.
There's a bit more to it - it took me a while to realise that I still needed kubectl and the rest of the binaries on the host. I have had a heavy day though so may just have missed that bit. Love Kubernetes though, this'll be a superb way of spinning some test stuff up!
Re: Minikube: easily run Kubernetes locally
#6Earlier quoted context omitted.
There's a bit more to it - it took me a while to realise that I still needed kubectl and the rest of the binaries on the host. I have had a heavy day though so may just have missed that bit. Love Kubernetes though, this'll be a superb way of spinning some test stuff up!
Heh, that's true - you can't run binaries that aren't there :)
Also, using the KVM driver on Ubuntu 16.04 I have to run the start command twice to be able to bring up a pod. That's with the 'vm-driver=kvm' at the end.
Got there in the end anyways - thank you!
Re: Minikube: easily run Kubernetes locally
#7Earlier quoted context omitted.
Heh, that's true - you can't run binaries that aren't there :)
Another thing - the docs state to go to " rel="nofollow">https:// but that does nothing. Instead I have to go to http://kubernetesIP:30000 for the UI. Am I missing something else? Also, using the KVM driver on Ubuntu 16.04 I have to run the start command twice to be able to bring up a pod. That's with the 'vm-driver=kvm' at the end. Got there in the end anyways - thank you!
"This site can’t provide a secure connection
192.168.42.174 doesn't adhere to security standards. ERR_SSL_SERVER_CERT_BAD_FORMAT"
I assume this is related to Ubuntu/KVM related shenanigans. I'll have a go later on Mac.
Re: Minikube: easily run Kubernetes locally
#8Re: Minikube: easily run Kubernetes locally
#9Starting Minikube on your laptop ( https://github.com/kubernetes/minikube ): minikube start Seriously, it's that easy. Let me know if you have any questions! Disclosure: I am a PM at Google working on Kubernetes.
There's a bit more to it - it took me a while to realise that I still needed kubectl and the rest of the binaries on the host. I have had a heavy day though so may just have missed that bit. Love Kubernetes though, this'll be a superb way of spinning some test stuff up!
Re: Minikube: easily run Kubernetes locally
#10Earlier quoted context omitted.
Heh, that's true - you can't run binaries that aren't there :)
Another thing - the docs state to go to " rel="nofollow">https:// but that does nothing. Instead I have to go to http://kubernetesIP:30000 for the UI. Am I missing something else? Also, using the KVM driver on Ubuntu 16.04 I have to run the start command twice to be able to bring up a pod. That's with the 'vm-driver=kvm' at the end. Got there in the end anyways - thank you!
http://kubernetesIP/ui should work. Where in the docs did you see https://kubernetesIP ? I can get those cleaned up.