Browse Source

docs (orchestrator) fix structure

pull/1953/head
Zouhair AMAZZAL 2 years ago committed by Zouhair AMAZZAL
parent
commit
ccd650e63a
  1. 8
      subjects/devops/orchestrator/README.md

8
subjects/devops/orchestrator/README.md

@ -52,7 +52,7 @@ $>
You must provide a `orchestrator.sh` script that run and create and manage the infrastructure You must provide a `orchestrator.sh` script that run and create and manage the infrastructure
````console ```console
$> ./orchestrator create $> ./orchestrator create
cluster created cluster created
$> ./orchestrator start $> ./orchestrator start
@ -114,8 +114,8 @@ If you complete the mandatory part successfully and you still have free time, yo
- Deploy a Kubernetes Dashboard to monitor the cluster - Deploy a Kubernetes Dashboard to monitor the cluster
- Deploy a dashboard for applications logs - Deploy a dashboard for applications logs
... ...
Challenge yourself! Challenge yourself!
### Submission and audit ### Submission and audit
@ -130,7 +130,7 @@ You must submit the `README.md` file and all files used to create and delete and
├── Dockerfiles ├── Dockerfiles
│ └── [...] │ └── [...]
└── Vagrantfile └── Vagrantfile
```` ```
If you decide to use a different structure for your project remember you should be able to explain and justify your decision during the audit. If you decide to use a different structure for your project remember you should be able to explain and justify your decision during the audit.

Loading…
Cancel
Save