On Tuesday, May 16, 2017, <mose...@gmail.com> wrote:

> I have a stand-alone kubelet running with no api server.  Essentially
> using it to more easily manage the docker daemon on a single host and do
> not want to set up the API server.
>
> Is there a way to put kubectl in like a "stand-alone" mode?  Main things I
> want to be able to do is list pods, exec in pods, and logs in pods.  I


Well, if you have pods (not containers), etc. You want quite a good part of
kubernetes :-)


have the debug handlers running on the kubelet but seems like the APIs are
> just different enough that kubectl has issues.
>

> I can hit all of the endpoints like in a browser but was hoping this might
> be a thing so kubectl could be used.
>
> Might be overly complicating things though.


Seems like it, yes.

You can compile kubernetes to have all the binaries as go routines, so you
have one binary with all. Hyperkube and mini-kube started with that.

But why not use mini-kube? Have you looked at it?

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to