Kubernetes

Exposing Kubernetes Applications using Services

Posted on

In this blog, we will explore how we can access the kubernetes applications externally using Services. Checkout my YouTube video on this blog. Prerequisite: Functional Kubernetes Cluster configured Kubernetes’ command-line tool, kubectl, which is the command-line interface for running commands against Kubernetes clusters. Clone this git repo for all the yaml files which we will […]