Commit Graph

619 Commits

Author SHA1 Message Date
abregman
046b154ccd Change Jenkins section to CI/CD
CI/CD will include Jenkins and other CI/CD systems.

In addition, added a couple of questions on various topics.
2021-10-31 08:32:18 +02:00
Oleksandr Knyga
4060e8185b
Small typo fixed in README (#168)
CloufFormation -> CloudFormation
2021-10-29 21:32:55 +03:00
abregman
353ae7f60b Merge branch 'master' of github.com:bregman-arie/devops-exercises 2021-10-28 08:53:02 +03:00
abregman
153c930a5a Update 2021-10-28 08:52:55 +03:00
Ebennetteng
e1bdf850f5
Update README.md (#167)
Added an answer from a blog I wrote, I hope this is allowed, thank you for your consideration
2021-10-25 13:46:15 +03:00
abregman
51ecb4ff77 Add a couple of questions on containers
Also, fixed some minor styling issues in random_question.py script.
2021-10-24 22:00:44 +03:00
abregman
aa420a7eed Merge branch 'master' of github.com:bregman-arie/devops-exercises 2021-10-24 11:06:42 +03:00
abregman
7a653a5f12 Update 2021-10-24 11:06:32 +03:00
sha016
079c971f54
Question answers (#165)
* Added answers for 3 questions
2021-10-21 07:16:30 +03:00
Aleksey Tsalolikhin
2089e5f42d
cosmetic: Fix typo (#166) 2021-10-21 07:09:18 +03:00
abregman
de98eabea0 Merge branch 'master' of github.com:bregman-arie/devops-exercises 2021-10-20 10:10:54 +03:00
sha016
c4e7308f25
Added random_question.py with basic usage (#164) 2021-10-20 10:10:44 +03:00
abregman
809dd369ad Minor update 2021-10-20 10:10:12 +03:00
abregman
8cc94ceb78 Add a couple of containers questions
And answers :)
2021-10-17 23:37:07 +03:00
abregman
e30c7aca4f Add a couple of new questions
Mostly containers related questions.
2021-10-10 19:48:01 +03:00
abregman
6e9ac1ad5d Merge branch 'master' of github.com:bregman-arie/devops-exercises 2021-10-10 14:47:10 +03:00
abregman
b245c2adf2 Add a couple of questions
Mostly Kubernetes and containers.
2021-10-10 14:47:05 +03:00
Dennis Urban
2f09ffb8fb
fix typo in go question (#163) 2021-09-30 18:00:40 +03:00
abregman
4f2662f611 Merge branch 'master' of github.com:bregman-arie/devops-exercises 2021-09-28 23:33:57 +03:00
abregman
484f50e9b9 Add a couple of new questions 2021-09-28 23:33:38 +03:00
Umegbewe Nwebedu
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
abregman
8a510bb304 Merge branch 'master' of github.com:bregman-arie/devops-exercises 2021-09-27 00:35:06 +03:00
abregman
4cde87dc2c Update 2021-09-27 00:34:59 +03:00
abogolepov
10643a0c69
fix typo (#158) 2021-09-23 11:42:16 +03:00
Anne Douwe Bouma
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
Nilesh Londhe
ed85173a0b
Update fork_102.md (#151)
This include is needed

```
#include <unistd.h> 
```
2021-09-15 13:49:07 +03:00
Nilesh Londhe
54ad724241
Update fork_101.md (#150) 2021-09-15 13:48:49 +03:00
Udhav
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
abregman
e977f77933 Merge branch 'master' of github.com:bregman-arie/devops-exercises 2021-09-12 09:21:41 +03:00
abregman
3d72bfb2f0 Update 2021-09-12 09:21:32 +03:00
imnitin28
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
abregman
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
abregman
e4f73b1edf Add questions on Linux namespaces
And an exercise on replicaset
2021-09-03 17:04:00 +03:00
abregman
ab61a49f84 Add a couple of questions and exercises
SSIA
2021-09-01 01:02:32 +03:00
Arie Bregman
0f0167afd2 Add Kubernetes questions 2021-08-17 09:27:08 +03:00
abregman
3b05d95256 Add 57 new questions and exercises 2021-08-13 09:23:50 +03:00
abregman
6e01886e6b Add OS and OpenShift questions 2021-07-22 20:45:30 +03:00
abregman
1d88242f34 Merge branch 'master' of https://github.com/bregman-arie/devops-exercises 2021-07-20 10:48:48 +03:00
Jack McDonnell
ad796f7155
ReplicaSets Information (#141)
* Kubernetes Pod explanation (Jack McDonnell)

* Kubernetes Deployment explanation

* Kubectl explanation

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

* Kubernetes Deployment explanation

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

* Kubernetes Deployment explanation
2021-07-15 02:24:53 +03:00
Oleg A. Arkhangelsky
1991f8bdd1
Correct SMTP port number (#138) 2021-07-15 00:49:12 +03:00
Jack McDonnell
c6c960912d
Kubernetes Pod explanation (Jack McDonnell) (#137) 2021-07-14 03:18:25 +03:00
kratorr
4c6d7360ce
Add answer (#136)
Co-authored-by: Vladimir <v@ao-sbk.ru>
2021-07-12 12:20:33 +03:00
abregman
e1379fb6b5 Add system design notebook image
As well as two Kubernetes basic exercises.
2021-07-12 04:26:03 +03:00
abregman
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
abregman
dfbe979872 Merge branch 'master' of https://github.com/bregman-arie/devops-exercises 2021-07-11 11:07:51 +03:00