Skip to content

smritidahal653/benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Pod Management Program

This is a concurrent Go program that demonstrates the creation, execution, and deletion of pods in a Kubernetes cluster using the Kubernetes client library.

Getting Started

  • Ensure you have an active AKS cluster
  • Pull the latest image
docker pull smritidahal/pod-executor
  • Go into the scripts folder and provide executable permissions to the two scripts in there
chmod +x cleanup.sh
chmod +x run.sh
  • Run the run.sh script
cd scripts
./run.sh
  • Copy the pod name from the terminal after script has finished running and monitor the logs for the pod
kubectl logs -f <pod_name>

Clean up

  • Run the cleanup script
./cleanup.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published