일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- WSL
- envoy
- leastconnection
- requestauthentication
- traffic cloning
- kiali
- 라벨링으로 부하조절하기
- vagrant
- prometheus
- peerauthentication
- Ingress
- K8S
- CICD
- Kubernetes
- argocd
- CNI
- aws eks
- vpc cni
- Jenkins
- authorizationpolicy
- docker
- Istio
- envoy telemetry
- traffic mirroring
- Kind
- grafana
- loadbalancer
- dataplane troubleshooting
- service mesh
- Observability
Archives
- Today
- Total
목록wsl & vagrant (1)
WellSpring

1. Install Vagrant1) WSL2 에서 Vagrant 설치# run inside WSL 2# check https://www.vagrantup.com/downloads for more infocurl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"sudo apt-get update && sudo apt-get install vagrant 2) enable WSL 2 support ( add below 2-lines into ~/.bashrc ..
Tip & Tips
2024. 12. 18. 22:10