GhulamQadir
Senior Engineer
Senior Engineer
  • UID5968
  • Fans4
  • Follows0
  • Posts98
Reads:50581Replies:2

How to Inspect Kubernetes Networking

Created#
More Posted time:Dec 15, 2018 22:50 PM
Kubernetes is a container orchestration system that can manage containerized applications across a cluster of server nodes. Maintaining network connectivity between all the containers in a cluster requires some advanced networking techniques. In this article, we will briefly cover some tools and techniques for inspecting this networking setup.
These tools may be useful if you are debugging connectivity issues, investigating network throughput problems, or exploring Kubernetes to learn how it operates.


Click Here to Read Full Alibaba Cloud Blog Post
[GhulamQadir edited the post at Dec 16, 2018 1:20 AM]

Raja_KT
Architect
Architect
  • UID6384
  • Fans6
  • Follows3
  • Posts554
1st Reply#
Posted time:Dec 16, 2018 1:37 AM
Good stuff.  I think few weeks back we heard of Kubernetes vulnerability. I did not pay attention to that. Is it this one?

https://www.twistlock.com/labs-blog/demystifying-kubernetes-cve-2018-1002105-dead-simple-exploit/
Street children suffer not because of their fault. We can help them if we want.Contact me.

GhulamQadir
Senior Engineer
Senior Engineer
  • UID5968
  • Fans4
  • Follows0
  • Posts98
2nd Reply#
Posted time:Dec 16, 2018 1:43 AM
Yes Raja, It was



Current Github issue description:
With a specially crafted request, users that are authorized to establish a connection through the Kubernetes API server to a backend server can then send arbitrary requests over the same connection directly to that backend, authenticated with the Kubernetes API server’s TLS credentials used to establish the backend connection.
Guest