Jan 28, 20194 min readToolingEfficiently Expose Services on Kubernetes (part 2)In a previous blog we reviewed some of the tools and processes that we use at Stakater to efficiently expose services on Kubernetes....
Jan 15, 20196 min readToolingEfficiently Expose Services on Kubernetes (part 1)A Pod is the lowest compute unit in Kubernetes running one or more containers. Pods have their own cluster-private IP address, which...