Commit Graph

71 Commits (master)
 

Author SHA1 Message Date
Nedko Hristov c87de40c6e
Update batch apiVersion to v1 (#68)
`batch/v1beta` will be deprecated soon (unavailable in v1.25+) so moving to `batch/v1`
2 years ago
Thomas Lambert 02165b5e9f
add note on --vm=true for mac users (#67)
* add note on --vm=true for mac users
3 years ago
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>
3 years ago
José-Paul D 10b545a97d
doc(ingress): add link to the rewrite-target doc (#63) 3 years ago
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
3 years ago
Jawad Seddar bf9f5ff60e
Fix node version in CircleCI (#65) 3 years ago
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")
```
3 years ago
Jérôme Schneider 600aaa77ae
Updated simpleservice from 0.4 to 0.5 (0.4 is missing /info) (#60) 4 years ago
Samuel Vaillant b203b3be92
fix(probes): http -> tcp (#56) 4 years ago
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
4 years ago
Rémy-Christophe Schermesser 67f4216fd4
fix: good practices links (#52) 5 years ago
Rémy-Christophe Schermesser e2b18d2d84
feat: add operators (#50) 5 years ago
Rémy-Christophe Schermesser d2aeef5b3c
fix(resources): add explanation on error message (#51) 5 years ago
Rémy-Christophe Schermesser e8470e9d4f
fix: fix services names (#49) 5 years ago
Samuel Bodin 13dc122c47 docs(stateful-sets): fix folder name (#48) 5 years ago
Benjamin Baron 2d64230e0e Update README.md (#45) 5 years ago
Thomas Paulmyer 11046b6c63 remove wrong directory in kubectl apply examples in volumes (#47) 5 years ago
Matthieu Dumont 88e0969d44 chore(affinity): fix typo (#46) 5 years ago
Thomas Paulmyer 2febb7e513 fix sidecar manifest (#44) 5 years ago
Benjamin Baron cad8e32ffe fix typos (#42) 5 years ago
Rémy-Christophe Schermesser 013692af32
fix(resources): typo (#43) 5 years ago
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
5 years ago
Jawad Seddar 11e01e9190 Fix exit not found error in readiness probe manifest (#40) 5 years ago
Jawad Seddar bbaa7280b9 Fix exit not found error in liveness probe manifest (#38) 5 years ago
Rémy-Christophe Schermesser 6f6bb36d3e
fix: readme for kubectl (#39) 5 years ago
Rémy-Christophe Schermesser 9e1eaae3b4
fix: simpleservice endpoints (#37) 5 years ago
Rémy-Christophe Schermesser 705e476adf
fix: add kubectl in installation (#35) 5 years ago
Rémy-Christophe Schermesser ba385b1be5
feat: add hadolint (#34) 5 years ago
Rémy-Christophe Schermesser 5e086e11ed
feat: add controllers (#33) 5 years ago
Rémy-Christophe Schermesser 348d5f2bd6
chore: cleanup md, remove empty sections (#32) 5 years ago
Rémy-Christophe Schermesser 9b721db650
feat(statefulset): improve the readme (#31) 5 years ago
Rémy-Christophe Schermesser 207b07d116
feat: add other topics (#30) 5 years ago
Rémy-Christophe Schermesser 12a3b155ef
fix: readme for minikube (#29) 5 years ago
Rémy-Christophe Schermesser 3c5b855dc4
fix: use sh in md (#28) 5 years ago
Rémy-Christophe Schermesser cfa5d4e104
fix: use yml in markdown (#27) 5 years ago
Rémy-Christophe Schermesser a618a76282
fix: add exercices on vpa (#26) 5 years ago
Rémy-Christophe Schermesser 94786096ab
chore: Kubernetes not k8s or kubernetes (#25) 5 years ago
Rémy-Christophe Schermesser c3e9b6399c
feat(resources): add examples (#24) 5 years ago
Sarah Dayan 69f8a2c03f fix: amend content (#14) 5 years ago
Rémy-Christophe Schermesser 83a374193f
feat: add hpa-vpa (#23) 5 years ago
Rémy-Christophe Schermesser 8d30971869
fix(volumes): fix typos in volumes (#22) 5 years ago
Rémy-Christophe Schermesser ba8acc5034
chore: add ci (#21) 5 years ago
Rémy-Christophe Schermesser 813a7787c1
chore: lint yaml (#19) 5 years ago
Rémy-Christophe Schermesser 30e82a16da
feat: add sidecars (#20) 5 years ago
Rémy-Christophe Schermesser fcfb90e9e3
chore: add MD linter (#18) 5 years ago
Rémy-Christophe Schermesser 6338bc36aa
fix(affinity): proper manifest for preferredDuringSchedulingIgnoredDuringExecution (#17) 5 years ago
Rémy-Christophe Schermesser dee077194f feat: add some links for further readings 5 years ago
Rémy-Christophe Schermesser 8068e20537
fix(secrets): add cleanup (#16) 5 years ago
Rémy-Christophe Schermesser adbc4d4461
feat(resources): add explanation on resources (#15) 5 years ago
Stéphanie 695781a252 chore: change kubernetes to k8s (#13) 5 years ago