Create a single Pod named pod6 in Namespace default of image busybox:1.31.0.
The Pod should run the command touch /tmp/ready && sleep 1d, which will create the
necessary file to be ready and then idles. Create the Pod and confirm it starts. -
answerk run pod6 --image=busybox:1.31.0 $do --command -- sh -c "touch /tmp/ready
&& sleep 1d" > 6.yaml
vim 6.yaml
Create a single Pod named pod6 in Namespace default of image busybox:1.31.0. The
Pod should have a readiness-probe executing cat /tmp/ready. It should initially wait 5
and periodically wait 10 seconds. This will set the container ready only if the file
/tmp/ready exists. - answerSearch for a readiness-probe example on
https://kubernetes.io/docs, then copy and alter the relevant section for the task:
...
spec:
containers:
- image: busybox
name: pod6
resources: {}
readinessProbe: # add
exec: # add
command: # add
- cat
- /tmp/ready # add
initialDelaySeconds: 5 # add
periodSeconds: 10 # add
dnsPolicy: ClusterFirst
restartPolicy: Always
The board of Team Neptune decided to take over control of one e-commerce webserver
from Team Saturn. The administrator who once setup this webserver is not part of the
organisation any longer. All information you could get was that the e-commerce system
is called my-happy-shop.
Search for the correct Pod in Namespace saturn and move it to Namespace neptune. It
doesn't matter if you shut it down and spin it up again, it probably hasn't any customers
anyways.
Find the relevant pod - answer➜ k -n saturn get pod
Les avantages d'acheter des résumés chez Stuvia:
Qualité garantie par les avis des clients
Les clients de Stuvia ont évalués plus de 700 000 résumés. C'est comme ça que vous savez que vous achetez les meilleurs documents.
L’achat facile et rapide
Vous pouvez payer rapidement avec iDeal, carte de crédit ou Stuvia-crédit pour les résumés. Il n'y a pas d'adhésion nécessaire.
Focus sur l’essentiel
Vos camarades écrivent eux-mêmes les notes d’étude, c’est pourquoi les documents sont toujours fiables et à jour. Cela garantit que vous arrivez rapidement au coeur du matériel.
Foire aux questions
Qu'est-ce que j'obtiens en achetant ce document ?
Vous obtenez un PDF, disponible immédiatement après votre achat. Le document acheté est accessible à tout moment, n'importe où et indéfiniment via votre profil.
Garantie de remboursement : comment ça marche ?
Notre garantie de satisfaction garantit que vous trouverez toujours un document d'étude qui vous convient. Vous remplissez un formulaire et notre équipe du service client s'occupe du reste.
Auprès de qui est-ce que j'achète ce résumé ?
Stuvia est une place de marché. Alors, vous n'achetez donc pas ce document chez nous, mais auprès du vendeur Dreamer252. Stuvia facilite les paiements au vendeur.
Est-ce que j'aurai un abonnement?
Non, vous n'achetez ce résumé que pour 12,24 €. Vous n'êtes lié à rien après votre achat.