Welcome to the Linux Foundation Forum!
-
Re: Problems creating Daemon
Hi @josepmaria, Based on the provided output, you have one node, hence the only one DaemonSet Pod created. Did you expect a different outcome? Why? For a better understanding of the DaemonSet control…1 -
Re: When to define Pods, ReplicaSets and Deployments
Hi @josepmaria, It seems you just answered your own question: and In summary, a Deployment created imperatively does not require explicit creation of the Pod and ReplicaSet objects, while a Deploymen…1 -
Re: Problems creating Daemon
Hi @josepmaria, You can simply replace the image with another OCI compliant image, such as fluentd hosted on docker hub. The updated manifest should look like this: ... spec: containers: - name: flue…1 -
Re: Deleted pods stuck in "Terminating" on LAB K8s v1.30 on Ubuntu 24.04 [workaround]
Hi @admusin and @"fazlur.khan", While I have not yet tested the content of this recent release of the training material of Kubernetes v1.31.1 on Ubuntu 24.04 LTS, I did notice however that …1 -
Re: Lesson 9, demo: how to run applications with Pods
Hi @josepmaria, While it is possible to use the docker CLI to watch containers deployed on the Minikube Kubernetes cluster, this is outside the scope for this course. Troubleshooting any adverse effe…1
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)