/
Operations guide
Operations guide
Verify Nexus server status:
curl -u deployment:egovnexus7918 -o /dev/null -s -w "%{http_code}\n" https://nexus-repo.digit.org/nexus/content/repositories/snapshots/
When Zookeeper and Kafka goes out of sync :
Zookeeper Cluster Synchronization Issue Troubleshooting Guide
EKS cluster scheduling commands:
aws autoscaling put-scheduled-update-group-action \
--auto-scaling-group-name unified-dev-spot2023031405071374960000001e \
--scheduled-action-name scale-down-action \
--recurrence "30 15 * * 1-5" \
--desired-capacity 0 \
--min-size 0 \
--max-size 0
aws autoscaling put-scheduled-update-group-action \
--auto-scaling-group-name unified-dev-spot2023031405071374960000001e \
--scheduled-action-name scale-up-action \
--recurrence "30 3 * * 1-5" \
--desired-capacity 13 \
--min-size 1 \
--max-size 15
, multiple selections available,
Related content
Kubernetes Introductory Exercises
Kubernetes Introductory Exercises
More like this
Post-Campaign Infrastructure Optimization
Post-Campaign Infrastructure Optimization
More like this
EKS Upgrade
EKS Upgrade
More like this
EKS Rolling Upgrade
EKS Rolling Upgrade
More like this
Monitoring Upgrade
Monitoring Upgrade
More like this
Provisioning Rancher/User Management Cluster in Rancher
Provisioning Rancher/User Management Cluster in Rancher
More like this