Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

A tool to investigate SNAT port usage in AKS clusters

Notifications You must be signed in to change notification settings

andrzej-stencel/api-server-caller

Repository files navigation

API Server Caller

Build the Docker image:

docker build -t api-server-caller .

Run the Docker image to see if it works:

docker run --rm -it api-server-caller

Log in to Azure, Azure Container Registry:

az login
az acr login --name agtestingregistry

Push the image to ACR:

./push-image-to-acr.sh api-server-caller

Use the image in deployment:

kubectl apply -f Deployment.yaml

About

A tool to investigate SNAT port usage in AKS clusters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published