Fix markdown links

This commit is contained in:
Jawad Seddar 2022-10-12 10:57:34 +02:00
parent 9fe2766ac2
commit fee1189390
1 changed files with 5 additions and 5 deletions

View File

@ -10,16 +10,16 @@
1. [Accessing your first application: service](#accessing-my-first-application-service)
1. [Running a background process: cronjobs](#running-a-background-process-cronjobs)
1. [Secrets](#secrets)
1. [Liveness and readiness probes, and how it impacts your pods](#liveness-and-readiness-probes,-and-how-it-impacts-your-pods)
1. [Resources, and how it impacts the scheduling](#resources,-and-how-it-impacts-the-scheduling)
1. [Liveness and readiness probes, and how it impacts your pods](#liveness-and-readiness-probes-and-how-it-impacts-your-pods)
1. [Resources, and how it impacts the scheduling](#resources-and-how-it-impacts-the-scheduling)
1. [Improving the availability of your application: affinity and anti-affinity](#affinity-and-anti-affinity)
1. [Improving the availability of your application: pod disruptions budget](#pdb)
1. [Improving the elasticity of your applications: HPA, VPA](#hpa-vpa)
1. [Sidecar containers: what, why, and how](#sidecar-containers-what,-why,-and-how)
1. [Sidecar containers: what, why, and how](#sidecar-containers-what-why-and-how)
1. [Running a stateful application: volumes](#running-a-stateful-application-volumes)
1. [Running a stateful application: stateful-sets](#running-a-stateful-application-stateful-sets)
1. [Controllers: what, why, and how](#controllers-what,-why,-and-how)
1. [Operators and CRDs: what, why, and how](#operators-and-crds-what,-why,-and-how)
1. [Controllers: what, why, and how](#controllers-what-why-and-how)
1. [Operators and CRDs: what, why, and how](#operators-and-crds-what-why-and-how)
1. [RBAC](#rbac)
1. [Other topics](#other-topics)
1. [Good practices](#good-practices)