Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khareyash05/kustomize-configuration


https://github.com/khareyash05/kustomize-configuration

Last synced: 27 days ago
JSON representation

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
```