Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Serve container streaming in localhost. #777

Closed
Random-Liu opened this issue May 19, 2018 · 0 comments
Closed

Serve container streaming in localhost. #777

Random-Liu opened this issue May 19, 2018 · 0 comments
Milestone

Comments

@Random-Liu
Copy link
Member

After kubernetes/kubernetes#64006, kubelet will proxy container streaming between apiserver and container runtime.

Making container streaming serve on localhost will make the connection more secure. We should support this and add a knob to switch between the localhost streaming server and old streaming server.

For Kubernetes <= 1.10, users can use old streaming server; for Kubernetes 1.11, users can use local streaming server to make it more secure.

For this version, old streaming server should still be the default to avoid backward compatibility issues, but:

  1. We should disable the TLS (disabled by default today anyway), or else the old streaming server won't work with Kubernetes 1.11;
  2. In the release note, we should tell user that they can switch to localhost streaming server if they are using Kubernetes 1.11+.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant