https://github.com/nmdra/grpc-hello-server
https://github.com/nmdra/grpc-hello-server
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nmdra/grpc-hello-server
- Owner: nmdra
- License: mit
- Created: 2025-08-01T07:47:31.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-08-01T09:55:53.000Z (5 months ago)
- Last Synced: 2025-08-01T11:55:44.346Z (5 months ago)
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gRPC-Hello-Server
This Go-based gRPC server provides two endpoints: SayHello, returning a simple greeting, and WhoAmI, which mimics Traefik’s /whoami by echoing the caller's IP address, user-agent, and hostname. The server is compiled into a statically linked binary and runs from a minimal scratch Docker image with no extra dependencies, making it ideal for secure and lightweight deployments in containerized environments like Kubernetes.
[Gateway API Example](https://github.com/nmdra/K8s-Learn/tree/fa50d02a43d4d976be1e03c0a4c28a63c109ea74/16-Gateway-API)