Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khareyash05/kustomize-configuration
https://github.com/khareyash05/kustomize-configuration
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/khareyash05/kustomize-configuration
- Owner: khareyash05
- Created: 2023-07-26T07:46:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-30T14:09:29.000Z (over 1 year ago)
- Last Synced: 2024-04-17T18:15:50.240Z (7 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
### Commands to know
```
brew install kubectl
brew install minikube
```
++++++++++++++++++++++++++++++++++++++
```
minikube start
kubectl get pod
kubectl apply -f mongo-config.yaml
kubectl apply -f secret.yaml
kubectl apply -f mongo-app.yaml
kubectl apply -f web-app.yaml
kubectl get pod
kubectl get configmap
kubectl get secret
kubectl get svc
minikube ip
kubectl get node -o wide
``````
minikube service webapp-service
```
++++++++++++++++++++++++++++++++++++++
```
kubectl delete deployment --all
```
```
kubectl delete secret --all
```