Skip to content
Snippets Groups Projects
Commit 7e50584e authored by Thomas  MENARD's avatar Thomas MENARD
Browse files

Update README

parent c28f09b2
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ In order to deploy this app on Kubernetes we will need to complete the following
* Define a URL in order to access to your application
* Setup Gitlab CI in order to define the Continuous Delivery (CD)
### Step by step guide
## Step by step guide
1. Create Docker Registry Access Token
One of the many Gitlab feature is the ability to host docker images.
......@@ -376,4 +376,9 @@ deploy:
- kubectl patch deployment polls -p "{\"spec\":{\"template\":{\"metadata\":{\"labels\":{\"date\":\"`date +'%s'`\"}}}}}"
tags:
- k8s
```
\ No newline at end of file
```
## What else ?
### Kubernetes dashboard
### Grafana : Metrics and Logs
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment