Commit Graph

69 Commits

Author SHA1 Message Date
Jawad Seddar 843e542937
Log collection example for sidecar containers (#64)
* Log collection example for sidecar containers

* Add service and update readme

* Update 16-sidecar-containers/README.md

Co-authored-by: Matthieu Dumont <5095856+Jerska@users.noreply.github.com>
2020-11-12 16:37:35 +01:00
José-Paul D 10b545a97d
doc(ingress): add link to the rewrite-target doc (#63) 2020-11-12 15:52:27 +01:00
Vincent Camus 400f5c94ea
fix(14): kind api version (#62)
I got this error without the change:

$ ~/go/bin/kind create cluster --config 14-pdb/kind.yml
ERROR: failed to create cluster: unknown apiVersion: kind.sigs.k8s.io/v1alpha3
2020-11-12 15:46:26 +01:00
Jawad Seddar bf9f5ff60e
Fix node version in CircleCI (#65) 2020-11-12 15:43:30 +01:00
Xavier Grand 17f20eeabe
Fix kubectl exec (#61)
Error:
```
$> kubectl exec -ti redis-with-volume-secrets /bin/bash
kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] -- [COMMAND] instead.
error: unable to upgrade connection: container not found ("redis")
```
2020-11-12 13:34:44 +01:00
Jérôme Schneider 600aaa77ae
Updated simpleservice from 0.4 to 0.5 (0.4 is missing /info) (#60) 2020-01-30 11:00:40 +01:00
Samuel Vaillant b203b3be92
fix(probes): http -> tcp (#56) 2020-01-29 16:53:59 +01:00
antoinegauvain a5b4383297
Various fixes (#57)
* fix: fix internal service filename in 08-service section

* fix: typo

* fix: fix markdownlint in CI

* fix: typo

* fix: typo

* fix: `environment variables`, not `environmental`

* fix: typo & missing punctuation

* fix: `much` not `many`

* fix: `lets` not `let's`

* fix: typo

* fix: typo

* fix: phrasing

* fix: typo

* fix: typo

* fix: mysql operator manifest api version

got this error while trying to run it as is:

error: unable to recognize "20-operators/01-mysql-operator.yml": no matches for
kind "Deployment" in version "apps/v1beta1"

* fix: spelling
2020-01-29 16:41:07 +01:00
Rémy-Christophe Schermesser 67f4216fd4
fix: good practices links (#52) 2019-06-05 17:56:09 +02:00
Rémy-Christophe Schermesser e2b18d2d84
feat: add operators (#50) 2019-05-24 12:08:28 +02:00
Rémy-Christophe Schermesser d2aeef5b3c
fix(resources): add explanation on error message (#51) 2019-05-24 10:35:30 +02:00
Rémy-Christophe Schermesser e8470e9d4f
fix: fix services names (#49) 2019-05-23 14:11:41 +02:00
Samuel Bodin 13dc122c47 docs(stateful-sets): fix folder name (#48) 2019-05-23 14:03:02 +02:00
Benjamin Baron 2d64230e0e Update README.md (#45) 2019-05-23 11:43:02 +02:00
Thomas Paulmyer 11046b6c63 remove wrong directory in kubectl apply examples in volumes (#47) 2019-05-23 11:42:47 +02:00
Matthieu Dumont 88e0969d44 chore(affinity): fix typo (#46) 2019-05-23 11:41:31 +02:00
Thomas Paulmyer 2febb7e513 fix sidecar manifest (#44) 2019-05-23 11:13:32 +02:00
Benjamin Baron cad8e32ffe fix typos (#42) 2019-05-23 10:47:53 +02:00
Rémy-Christophe Schermesser 013692af32
fix(resources): typo (#43) 2019-05-23 10:47:25 +02:00
Benjamin Baron 5ebea66c4d Add how to look up the secrets in both cases (#41)
* Add how to look up the secrets in both cases

* Update README.md

* lint
2019-05-23 10:46:29 +02:00
Jawad Seddar 11e01e9190 Fix exit not found error in readiness probe manifest (#40) 2019-05-23 10:12:28 +02:00
Jawad Seddar bbaa7280b9 Fix exit not found error in liveness probe manifest (#38) 2019-05-23 10:04:46 +02:00
Rémy-Christophe Schermesser 6f6bb36d3e
fix: readme for kubectl (#39) 2019-05-23 10:00:57 +02:00
Rémy-Christophe Schermesser 9e1eaae3b4
fix: simpleservice endpoints (#37) 2019-05-23 09:54:22 +02:00
Rémy-Christophe Schermesser 705e476adf
fix: add kubectl in installation (#35) 2019-05-22 18:52:00 +02:00
Rémy-Christophe Schermesser ba385b1be5
feat: add hadolint (#34) 2019-05-21 17:28:12 +02:00
Rémy-Christophe Schermesser 5e086e11ed
feat: add controllers (#33) 2019-05-21 16:42:00 +02:00
Rémy-Christophe Schermesser 348d5f2bd6
chore: cleanup md, remove empty sections (#32) 2019-05-21 14:50:00 +02:00
Rémy-Christophe Schermesser 9b721db650
feat(statefulset): improve the readme (#31) 2019-05-21 14:36:40 +02:00
Rémy-Christophe Schermesser 207b07d116
feat: add other topics (#30) 2019-05-21 14:17:28 +02:00
Rémy-Christophe Schermesser 12a3b155ef
fix: readme for minikube (#29) 2019-05-21 11:15:23 +02:00
Rémy-Christophe Schermesser 3c5b855dc4
fix: use sh in md (#28) 2019-05-21 11:10:59 +02:00
Rémy-Christophe Schermesser cfa5d4e104
fix: use yml in markdown (#27) 2019-05-21 11:09:13 +02:00
Rémy-Christophe Schermesser a618a76282
fix: add exercices on vpa (#26) 2019-05-21 11:06:49 +02:00
Rémy-Christophe Schermesser 94786096ab
chore: Kubernetes not k8s or kubernetes (#25) 2019-05-20 19:17:56 +02:00
Rémy-Christophe Schermesser c3e9b6399c
feat(resources): add examples (#24) 2019-05-20 19:09:36 +02:00
Sarah Dayan 69f8a2c03f fix: amend content (#14) 2019-05-20 16:53:34 +02:00
Rémy-Christophe Schermesser 83a374193f
feat: add hpa-vpa (#23) 2019-05-20 11:53:33 +02:00
Rémy-Christophe Schermesser 8d30971869
fix(volumes): fix typos in volumes (#22) 2019-05-17 17:33:49 +02:00
Rémy-Christophe Schermesser ba8acc5034
chore: add ci (#21) 2019-05-15 14:32:43 +02:00
Rémy-Christophe Schermesser 813a7787c1
chore: lint yaml (#19) 2019-05-14 18:04:12 +02:00
Rémy-Christophe Schermesser 30e82a16da
feat: add sidecars (#20) 2019-05-14 17:56:47 +02:00
Rémy-Christophe Schermesser fcfb90e9e3
chore: add MD linter (#18) 2019-05-14 16:26:37 +02:00
Rémy-Christophe Schermesser 6338bc36aa
fix(affinity): proper manifest for preferredDuringSchedulingIgnoredDuringExecution (#17) 2019-05-14 16:15:07 +02:00
Rémy-Christophe Schermesser dee077194f feat: add some links for further readings 2019-05-14 15:47:24 +02:00
Rémy-Christophe Schermesser 8068e20537
fix(secrets): add cleanup (#16) 2019-05-14 15:36:19 +02:00
Rémy-Christophe Schermesser adbc4d4461
feat(resources): add explanation on resources (#15) 2019-05-14 15:23:48 +02:00
Stéphanie 695781a252 chore: change kubernetes to k8s (#13) 2019-05-10 17:21:16 +02:00
Stephanie Baltus 8f3ee5bd3f chore: fix typos 2019-05-10 11:23:13 +02:00
Rémy-Christophe Schermesser 89af75173a chore: reorder the sections 2019-05-09 15:53:01 +02:00