Skip to content

Commit

Permalink
update README.md with dockerhub instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmaccoll committed Jun 11, 2024
1 parent 1c1cc58 commit 9b17316
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

# general info
<hr/>

This is a python based "k8s-test-app" app, running in flask.

Expand All @@ -10,11 +11,11 @@ local host admin access
**docker scout v1.9.3 quickview results (11/06/24)**
```Target │ local://k8s-test-app:1.1 │ 0C 1H 0M 38L```


**docker image size**
approx 160Mb

# usage
# usage
<hr/>

### local build and testing - docker

Expand Down Expand Up @@ -88,10 +89,13 @@ develop and test a new image in docker then, using "new" image "k8s-test-app:1.1
```kubectl set image deployment/k8s-test-app k8s-test-app=k8s-test-app:1.1```
```kubectl get all``` - to monitor rollout

# cleanup
**minikube cleanup** \
```kubectl delete service k8s-test-app```
```kubectl delete deployment k8s-test-app``` \
``kubectl get all``

```minikube stop --all```
```minikube status``` - to check minikube has stopped

### remote deployment - dockerhub
```docker pull gabrielit/k8s-test-app:1.1```

0 comments on commit 9b17316

Please sign in to comment.