Commit Graph

562 Commits

Author SHA1 Message Date
7a653a5f12 Update 2021-10-24 11:06:32 +03:00
079c971f54 Question answers (#165)
* Added answers for 3 questions
2021-10-21 07:16:30 +03:00
2089e5f42d cosmetic: Fix typo (#166) 2021-10-21 07:09:18 +03:00
de98eabea0 Merge branch 'master' of github.com:bregman-arie/devops-exercises 2021-10-20 10:10:54 +03:00
c4e7308f25 Added random_question.py with basic usage (#164) 2021-10-20 10:10:44 +03:00
809dd369ad Minor update 2021-10-20 10:10:12 +03:00
8cc94ceb78 Add a couple of containers questions
And answers :)
2021-10-17 23:37:07 +03:00
e30c7aca4f Add a couple of new questions
Mostly containers related questions.
2021-10-10 19:48:01 +03:00
6e9ac1ad5d Merge branch 'master' of github.com:bregman-arie/devops-exercises 2021-10-10 14:47:10 +03:00
b245c2adf2 Add a couple of questions
Mostly Kubernetes and containers.
2021-10-10 14:47:05 +03:00
2f09ffb8fb fix typo in go question (#163) 2021-09-30 18:00:40 +03:00
4f2662f611 Merge branch 'master' of github.com:bregman-arie/devops-exercises 2021-09-28 23:33:57 +03:00
484f50e9b9 Add a couple of new questions 2021-09-28 23:33:38 +03:00
8c23697b8d Added ansible exercise and solution for upgrading and updating apt packages (#159)
* added solutions and exercise to readme
2021-09-27 11:00:16 +03:00
8a510bb304 Merge branch 'master' of github.com:bregman-arie/devops-exercises 2021-09-27 00:35:06 +03:00
4cde87dc2c Update 2021-09-27 00:34:59 +03:00
10643a0c69 fix typo (#158) 2021-09-23 11:42:16 +03:00
a1a1f36699 Use correct command for Ansible documentation (#155)
Ansible modules are documented using the `ansible-doc` command. Not using the `ansible` command, this command executes the ad-hoc commands.
2021-09-17 18:08:09 +03:00
ed85173a0b Update fork_102.md (#151)
This include is needed

```
#include <unistd.h> 
```
2021-09-15 13:49:07 +03:00
54ad724241 Update fork_101.md (#150) 2021-09-15 13:48:49 +03:00
89c8ec68ca Devops exercises : Adding 2 Terraform questions on import (#149)
* Add terraform import question
* Add how to use terraform import question
* Add example on how to use terraform import question
2021-09-15 13:48:31 +03:00
e977f77933 Merge branch 'master' of github.com:bregman-arie/devops-exercises 2021-09-12 09:21:41 +03:00
3d72bfb2f0 Update 2021-09-12 09:21:32 +03:00
397b1ec9e1 Add few terraform questions related to state file (#148)
* Adding few questions to terraform tfstate file topic
2021-09-11 00:06:37 +03:00
891c9c69fe Add a couple of Kubernetes questions and exercises
In addition, changed the order of some Linux questions.
2021-09-05 01:00:35 +03:00
e4f73b1edf Add questions on Linux namespaces
And an exercise on replicaset
2021-09-03 17:04:00 +03:00
ab61a49f84 Add a couple of questions and exercises
SSIA
2021-09-01 01:02:32 +03:00
0f0167afd2 Add Kubernetes questions 2021-08-17 09:27:08 +03:00
3b05d95256 Add 57 new questions and exercises 2021-08-13 09:23:50 +03:00
6e01886e6b Add OS and OpenShift questions 2021-07-22 20:45:30 +03:00
1d88242f34 Merge branch 'master' of https://github.com/bregman-arie/devops-exercises 2021-07-20 10:48:48 +03:00
ad796f7155 ReplicaSets Information (#141)
* Kubernetes Pod explanation (Jack McDonnell)

* Kubernetes Deployment explanation

* Kubectl explanation

* ReplicaSets information
2021-07-20 10:48:44 +03:00
4fd5c25685 Add questions and answers 2021-07-20 10:48:31 +03:00
c4897e8904 Merge branch 'master' of https://github.com/bregman-arie/devops-exercises 2021-07-18 22:01:30 +03:00
992b3da3e8 Update 2021-07-18 22:01:27 +03:00
13cecf6f13 Kubectl explanation (#140)
* Kubernetes Pod explanation (Jack McDonnell)

* Kubernetes Deployment explanation

* Kubectl explanation
2021-07-17 19:55:29 +03:00
b30bb7d41b Kubernetes Deployment explanation (#139)
* Kubernetes Pod explanation (Jack McDonnell)

* Kubernetes Deployment explanation
2021-07-15 02:24:53 +03:00
1991f8bdd1 Correct SMTP port number (#138) 2021-07-15 00:49:12 +03:00
c6c960912d Kubernetes Pod explanation (Jack McDonnell) (#137) 2021-07-14 03:18:25 +03:00
4c6d7360ce Add answer (#136)
Co-authored-by: Vladimir <v@ao-sbk.ru>
2021-07-12 12:20:33 +03:00
e1379fb6b5 Add system design notebook image
As well as two Kubernetes basic exercises.
2021-07-12 04:26:03 +03:00
e54648d47f Modify the structure of README.md
Instead of having exercises in their own separate section,
they are now part of the main topics sections.

This should make the learning process easier to follow
where users have both exercises and questions in the same
place.

In addition, added a couple of new questions & exercises
and modified existing scripts accordingly.
2021-07-12 02:02:57 +03:00
dfbe979872 Merge branch 'master' of https://github.com/bregman-arie/devops-exercises 2021-07-11 11:07:51 +03:00
122d158096 Update 2021-07-11 11:07:44 +03:00
1439d5983e Add more answers (#135)
* Add more answers

* Answer more questions

* Answered some more
2021-07-01 20:23:50 +03:00
9a3e878480 Added < and > to list of quesitons. (#132)
* Added two questions

Added in > and < for Linux, as well as yes command (yes XYZ repeats XYZ in the console, useful for repetitive input)
2021-06-30 15:19:59 +03:00
395a2ce634 Updating some answers (#131) 2021-06-30 06:12:06 +03:00
44a036a925 Update binary_search.py (#129) 2021-06-27 20:31:11 +03:00
71580d2ae9 Add a couple of questions 2021-06-27 05:28:58 +03:00
bbbe0f3e9d Merge branch 'master' of https://github.com/bregman-arie/devops-exercises 2021-06-27 03:15:39 +03:00