일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- vpc cni
- aws k8s 업그레이드
- Jenkins
- Kind
- docker
- loadbalancer
- amazon fsx for lustre
- aws gateway api controller
- CNI
- eks 업그레이드 전략
- vagrant
- Kubernetes
- K8S
- blue-green 업그레이드
- Istio
- envoy
- service mesh
- mistral-7b
- aws eks
- grafana
- CICD
- generative ai chat
- WSL
- Ingress
- argocd
- aws lattice
- k8s secret
- aws 워크샵
- prometheus
- inplace 업그레이드
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