Philippe Bogaerts
kubiosec.io

kubiosec.io

Follow
Follow
homebadges
Tag

Kubernetes

#kubernetes

More content

Read more stories on Hashnode


Articles with this tag

Accessing kube-dns from your desktop

Mar 26, 20223 min read

This small tutorial explains how you can test Kubernetes DNS resolution from your desktop. This technique can be used for other services as well, but...

Accessing kube-dns from your desktop

How to proxy Kubernetes services via the kube-api server by example

Mar 26, 20225 min read

Applications or microservices are typically accessed through ClusterIP, NodePort or Loadbalancer resources when running in Kubernetes, but you can...

How to proxy Kubernetes services via the kube-api server by example