Add a scenario question
This commit is contained in:
parent
421ade50b3
commit
c5c26be24c
@ -13,6 +13,7 @@
|
|||||||
1. [Python](#python)
|
1. [Python](#python)
|
||||||
1. [Prometheus](#prometheus)
|
1. [Prometheus](#prometheus)
|
||||||
1. [Git](#git)
|
1. [Git](#git)
|
||||||
|
1. [Scenarios](#scenarios)
|
||||||
|
|
||||||
|
|
||||||
## Jenkins
|
## Jenkins
|
||||||
@ -413,3 +414,11 @@ Alert manager is responsible for alerts ;)
|
|||||||
|
|
||||||
* What is the difference between `git pull` and `git pull`?
|
* What is the difference between `git pull` and `git pull`?
|
||||||
* How do you resolve git conflicts?
|
* How do you resolve git conflicts?
|
||||||
|
|
||||||
|
## Scenarios
|
||||||
|
|
||||||
|
Scenarios are questions which combine several subjects together. Some scenarios will
|
||||||
|
require from you to design, plan and implement environments with different constraints
|
||||||
|
and considerations.
|
||||||
|
|
||||||
|
* [Elasticsearch & Kibana on AWS](scenarios/elk_kibana_aws.md)
|
||||||
|
17
scenarios/elk_kibana_aws.md
Normal file
17
scenarios/elk_kibana_aws.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# Elasticsearch, Kibana and AWS
|
||||||
|
|
||||||
|
Your task is to build an elasticsearch cluster along with Kibana dashboard on one of the following clouds:
|
||||||
|
|
||||||
|
* AWS
|
||||||
|
* OpenStack
|
||||||
|
* Azure
|
||||||
|
* GCP
|
||||||
|
|
||||||
|
You have to describe in details (preferably with some drawings) how you are going to set it up.
|
||||||
|
Please describe in detail:
|
||||||
|
|
||||||
|
- How you scale it up or down
|
||||||
|
- How you quickly (less 20 minutes) provision the cluster
|
||||||
|
- How you apply security policy for access control
|
||||||
|
- How you transfer the logs from the app to ELK
|
||||||
|
- How you deal with multi apps running in different regions
|
Loading…
Reference in New Issue
Block a user