Commit Graph

78 Commits

Author SHA1 Message Date
Abhinay Lavu
fee2f99421
Fixes typos (#10244)
* Update solution.md

* Fix typo

fixes the typo for linux exercise create_remove

* fix typo
2024-02-02 15:15:14 +02:00
RAJ RAUT
b88151dee5
Update README.md (#10248)
* Update README.md

Added the missing answer of the question

* Update README.md

updated code in the kubernetes deployment.
2024-02-02 15:14:42 +02:00
Kian-Meng Ang
4b6718938c
Fix typos (#411)
Found via `codespell -L caf,etcp,alle,aks`
2023-08-24 23:02:53 +03:00
Md Shamim
49bfbda1d4
Update README.md (#10203)
* Update README.md

* Update AWS README.md

Added answers of a question regarding "tenancy"
2023-08-24 23:00:25 +03:00
abdrahimm
66eaea5437
Update improve_query.md (#418) 2023-08-24 22:56:22 +03:00
NiJia Lin
9ac657ebbc
fix typo (#10207) 2023-08-24 22:55:55 +03:00
srishakthidhara
b9b84f8015
#415 Update README.md ["What's Observability?"] (#10208)
No answer for "What's Observability?"
 opened 3 weeks ago by bbrewington
2023-08-24 22:55:19 +03:00
Chetan Thapliyal
06976ddb5d
Added some solutions to CICD (#386) 2023-05-27 20:48:00 +03:00
César Freire
d3c4773a3f
Add DNS answers (#375) 2023-05-27 20:45:44 +03:00
mishal zakeer
d5597c0d31
Update README.md (#368)
* Update README.md
2023-05-27 20:45:15 +03:00
Sir Jonathan Kariuki
572e96b2a7
Fix Spelling Error in Kubernetes Documentation (#389) 2023-05-27 20:39:37 +03:00
Abu shahma
4d72337605
Update CKA.md (#391) 2023-05-27 20:38:46 +03:00
Rémi... et pas Rémy
93ccde4f46
Update README.md (#378)
Update description of 'awk' command (line 172 to 174).
2023-04-07 09:51:09 +03:00
MohamedHaroon98
02dbd73bef
Answer a services related question (#371) 2023-04-06 22:10:39 +03:00
MohamedHaroon98
2b6543ef52
Fix misspelling in CKA.md (#370) 2023-04-06 22:10:20 +03:00
MohamedHaroon98
e83fa514cb
Combine the create and scale commands together (#369) 2023-04-06 22:08:38 +03:00
bregman-arie
8e691b5681 Update README index 2023-03-25 17:41:32 +00:00
@Kumar
bca183c462
fixed top-down button issues. (#361)
Co-authored-by: Arie Bregman <bregman.arie@gmail.com>
2023-03-25 14:02:15 +03:00
Pranay K. Singh
58d0a20307
corrected spelling mistake (#362)
* corrected spelling mistake

* changed text to code in git/README.md

* corrected spelling mistake
2023-03-25 13:59:55 +03:00
Ashraful Alam
0939fd7996
Answered Some of The Unanswered Questions. (#348) 2023-02-17 20:35:02 +02:00
MengDanzz
01e1dddd2f
scripts/run_ci.sh to cover directories in the exercises and topics dir (#315)
* Smoother practice experience

* update ci to check all md files

* fix some syntax

* fix README-zh_CN.md

* update syntax_lint accorging to PEP8

* Temporarily delete this question 'Explain the sidecar container pattern' to pass the workflow

---------

Co-authored-by: zhangzhen <zhangzhen@nao.cas.cn>
Co-authored-by: Arie Bregman <bregman.arie@gmail.com>
2023-02-05 20:50:51 +02:00
Thomas Leon Highbaugh
50c9714fe4
Update README.md (#347)
fix the minor spelling error that drove me nuts
2023-02-04 12:08:34 +02:00
Ayobami Alaran A
211c28c340
Added new python exercise with solution (#346)
* added new python exercise and solution

* add sort exercise and solutions

* changed heading1

* fixed header description
2023-02-03 11:42:59 +02:00
Kirill
b35b1f2c2e
Update common software development questions (#342)
* Update README.md

* Update README.md
2023-02-02 13:00:42 +02:00
krufab
c664d2e7e2
Added a shorter solution for the directory diff exercise (#344)
Signed-off-by: Fabio Kruger <10956489+krufab@users.noreply.github.com>
2023-02-02 13:00:23 +02:00
Abdellah AHBANE
dfb4da70b6
Contribution to azure topic (#335)
* Duplicated question

* Contribution to azure topic
2023-01-25 07:33:00 +02:00
Chimon Sultan
f1e2be3a54
Use Kubectl command instead of kustomize (#331)
Since 1.14, Kubectl also supports the management of Kubernetes objects using a kustomization file.
cf. https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/#bases-and-overlays
2023-01-04 14:18:59 +02:00
Chimon Sultan
c7f89d43d5
Removed the need for Kustomize in prerequisites (#332)
Since 1.14, Kubectl also supports the management of Kubernetes objects using a kustomization file.
cf. https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/#bases-and-overlays
2023-01-04 14:18:35 +02:00
Chimon Sultan
798ea938a3
Fix cascade option value (#330)
--cascade=false is deprecated (boolean value) and can be replaced with --cascade=orphan
2023-01-04 14:17:38 +02:00
Chimon Sultan
9d0662d8cc
Add questions on SRE and Chaos Engineering (#325) 2022-12-12 16:01:55 +02:00
basefas
407533d580
Fix: delete duplicate content (#324) 2022-12-04 22:21:25 +02:00
G. A. Gama
61cdc9a6e4
Add(argument_check.md) Add argument check solution (#323)
* Add(argument_check.md) Add argument check solution

* Change(argument_check.md) Add objectives of script
2022-12-04 22:20:34 +02:00
An Qiuyu
7c00bca649
Update ACL for public bucket (#322)
Update ACL as "public-read" for the public bucket
2022-11-23 22:24:52 +02:00
Erik Zilinsky
737c411ae8
change Ansible from procedural to declarative (#319) 2022-11-23 22:23:38 +02:00
abregman
ad12a30dae update 2022-11-12 20:55:13 +02:00
Kyle Haugen
4fbe045844
added various questions and answers to security topic, minor reformatting (#312) 2022-11-09 09:28:27 +02:00
Derrick Lin
9435ed4125
Make this repo compatible with Jekyll / Github page (#310)
* fix: escape {{}} for jekyll liquid

* fix: change internal links in main README to comply with Github page
2022-11-08 18:20:16 +02:00
Hephzi
3d161adce3
python compress and decompress string solution (#309)
* compress string solution

* decompress string solution

* style fix
2022-11-07 08:58:06 +02:00
abregman
066a273cd2 Add Terraform questions 2022-11-06 23:56:04 +02:00
Alexandre Espinosa Menor
2eed0da5d9
s/Hashiciorp/Hashicorp/ (#308) 2022-11-06 09:57:47 +02:00
abregman
21a70c3542 Add more Terraform questions
SSIA.
2022-11-02 23:16:43 +02:00
abregman
e6a80309e0 Add Terraform and Linux questions and exercises
Also updated the script that counts questions to actually update
the number in README.md
2022-10-30 22:08:05 +02:00
abregman
a85e52e64e Add MORE Terraform questions
Oh, this is only the beginning... :)
Seriously though, this change adds more questions about workspaces,
remote backends and in general, about Terraform state.
2022-10-29 23:03:08 +03:00
abregman
369077c763 Add Terraform questions
SSIA.
2022-10-28 12:22:25 +03:00
abregman
db7ff1dc93 Add Terraform questions
Terraform also deserves some attention.
2022-10-27 21:12:00 +03:00
abregman
085ca9b7e8 MORE questions
Never stop being curious
2022-10-26 21:44:38 +03:00
abregman
c469c84a26 Add Argo and k8s questions
Also updated Datadog questions.
2022-10-25 23:40:55 +03:00
abregman
cbdcfa3e4f Add Datadog and ArgoCD questions
As well as exercises.
2022-10-24 22:50:10 +03:00
Arie Bregman
7cceb86b38 Update 2022-10-23 13:02:53 +03:00
abregman
d2f681f56e Add a couple of Kubernetes questions
Also updated CKA page.
2022-10-21 17:28:51 +03:00