Skip to content

Commit

Permalink
squash! feat: added docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Narendranath Panda committed Nov 13, 2022
1 parent 9b54780 commit 7f2735c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Listing cool apps
Interesting application k8s manifest-files
# Build Docker image

```
docker build -t naren4b/cool-k8s-app:latest .
docker push naren4b/cool-k8s-app:latest
```
# Deploy in kubernetes
```
kubectl run cool-k8s-app --image naren4b/cool-k8s-app:latest --port 80
kubectl expose pod cool-k8s-app --port 80
Expand Down

0 comments on commit 7f2735c

Please sign in to comment.