Advanced Search
Search Results
688 total results found
Deployments
A high-level pod management system that defines the desired state of an app deployed using Kubernetes. Replica sets are used, which manage the creation and monitoring of pods and ensures they always match the desired state defined in the deployment definition...
Volumes
A persistent directory accessible by containers. Volumes in Kubernetes should (theoretically) always be available to a pod, even if when it crashes, moves, or restarts. types Kubernetes supports many kinds of volumes, including: an empty directory a pat...
Exposing Data to Containers
There are two main ways to do this: config maps and secrets. Secrets Secrets are encrypted key-value pairs. They're used to share passwords, API keys, and other things that need to be protected to containers in pods. Config Maps Config maps are stored in p...
Proxmox
The ultimate hypervisor. This is the ultimate secret ball knowledge I have acquired from the goat Christian Lempa in this video. Proxmox Certificate Fetching using ACME Navigate to the ACME menu in your Proxmox management web UI. (Datacenter > ACME) Connect yo...