bibliography.bib (2903B)
1 @online{helmauthorsHelm, 2 title = {Helm}, 3 author = {{Helm Authors} and {The Linux Foundation}}, 4 url = {https://helm.sh/}, 5 urldate = {2024-10-25}, 6 abstract = {Helm - The Kubernetes Package Manager.}, 7 langid = {english}, 8 } 9 10 @online{helmauthorsTemplateFunctionsPipelines, 11 title = {Template {{Functions}} and {{Pipelines}}}, 12 author = {{Helm Authors} and {The Linux Foundation}}, 13 url = {https://helm.sh/docs/chart_template_guide/functions_and_pipelines/}, 14 urldate = {2024-10-25}, 15 langid = {english}, 16 } 17 18 @online{thegoauthorsTemplatePackageText, 19 type = {documentation}, 20 title = {Template Package - Text/Template - {{Go Packages}}}, 21 author = {{The Go Authors}}, 22 url = {https://pkg.go.dev/text/template}, 23 urldate = {2024-10-25}, 24 langid = {english}, 25 } 26 27 @online{KubernetesPersistentVolume, 28 title = {Kubernetes {{Persistent Volume Access Modes}}: {{ReadWriteOnce}} vs {{ReadOnlyMany}} vs {{ReadWriteMany}} - {{Stack Overflow}}}, 29 url = {https://stackoverflow.com/questions/57798267/kubernetes-persistent-volume-access-modes-readwriteonce-vs-readonlymany-vs-read/57799347#57799347}, 30 urldate = {2024-11-12}, 31 } 32 33 @online{ConfigureLivenessReadiness, 34 title = {Configure {{Liveness}}, {{Readiness}} and {{Startup Probes}}}, 35 url = {https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/}, 36 urldate = {2024-11-13}, 37 abstract = {This page shows how to configure liveness, readiness and startup probes for containers. For more information about probes, see Liveness, Readiness and Startup Probes The kubelet uses liveness probes to know when to restart a container. For example, liveness probes could catch a deadlock, where an application is running, but unable to make progress. Restarting a container in such a state can help to make the application more available despite bugs.}, 38 language = {en}, 39 organization = {Kubernetes}, 40 } 41 42 @online{helmauthorsAppVersionsField, 43 title = {The "{{appVersions}}" Field}, 44 author = {{Helm Authors} and {The Linux Foundation}}, 45 url = {https://helm.sh/docs/topics/charts/#the-appversion-field}, 46 urldate = {2024-12-09}, 47 abstract = {Explains the chart format, and provides basic guidance for building charts with Helm.}, 48 language = {en}, 49 } 50 51 @online{Pods, 52 title = {Pods}, 53 url = {https://kubernetes.io/docs/concepts/workloads/pods/}, 54 urldate = {2024-12-09}, 55 abstract = {Pods are the smallest deployable units of computing that you can create and manage in Kubernetes. A Pod (as in a pod of whales or pea pod) is a group of one or more containers, with shared storage and network resources, and a specification for how to run the containers. A Pod's contents are always co-located and co-scheduled, and run in a shared context. A Pod models an application-specific "logical host": it contains one or more application containers which are relatively tightly coupled.}, 56 language = {en}, 57 organization = {Kubernetes}, 58 }