Deploying a Simple Service to Kubernetes
Create a deployment for the store-products service with four replicas.
Create the deployment with four replicas:
Create a store-products service and verify that you can access it from the busybox testing pod.
Create a service for the store-products pods:
Make sure the service is up in the cluster:
Use kubectl exec to query the store-products service from the busybox testing pod.
Last updated