An open API service indexing awesome lists of open source software.

https://github.com/kintsdev/test-kube


https://github.com/kintsdev/test-kube

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# test-kube

This is a simple Go application designed to run in a Kubernetes cluster. The application prints the following environment variables to the console:

- Pod Name
- Namespace
- Node Name
- Host IP
- Pod IP

## Prerequisites

- Docker (optional)
- Kubernetes cluster
- kubectl configured to interact with your cluster
- Ingress controller installed (e.g., NGINX Ingress Controller)

## Usage

```bash
kubectl apply -f deployment.yaml
```

## License

[MIT](LICENSE)