Onboarding Guide
Prerequisites
- GitHub account
- Access to company VPN
- 1Password / LastPass account
# Install essential tools
brew install git kubectl helm terraform awscli
brew install --cask docker visual-studio-code iterm2
# Install Kubernetes tools
brew install kind k9s istioctl velero
- Request GitHub team access from your manager
- Configure kubectl:
aws eks update-kubeconfig --region us-east-1 --name cluster-name
- Verify access:
kubectl get nodes
kubectl get pods -A
Step 3: Clone Repositories
mkdir ~/devops && cd ~/devops
git clone https://github.com/example/wl-devops-docs.git
git clone https://github.com/example/infrastructure.git
git clone https://github.com/example/deployment.git