/k8s-service-discovery-demo

A C# sample app that shows tha use of Kubernetes REST API to perform service discovery of API endpoints

Primary LanguageC#Apache License 2.0Apache-2.0

k8s-service-discovery-demo

A C# sample app that shows tha use of Kubernetes REST API to perform service discovery of API endpoints

Design

image

Build

docker build --platform=linux/amd64 -t kube-sd-demo-server

Running local K8S environment

kubectl apply -f k8s-deploy.yaml

Testiing

  curl -v -k -H "Content-Type: application/json" -d "{\"a\":\"b\" }" "https://kubernetes.docker.internal/api/demo/notify"