Files
gh-colek42-claude-plugins-n…/commands/judge-context.md
2025-11-29 18:15:12 +08:00

537 B

description
description
Set up AWS and Kubernetes context for Judge platform work

Judge Context Setup

Run the environment setup command to configure AWS profile and kubectl context for Judge platform work:

export AWS_PROFILE=conda-demo && kubectl config use-context arn:aws:eks:us-east-1:831646886084:cluster/demo-judge

Then verify the configuration:

echo "AWS Profile: $AWS_PROFILE"
kubectl config current-context
kubectl get nodes

Explain what was configured and confirm readiness for Judge platform work.