Recent changes
Jump to navigation
Jump to search
Track the most recent changes to the wiki on this page.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
29 July 2025
|
N 20:20 | Security Sites 2 changes history 0 [Busk (2×)] | |||
|
20:20 (cur | prev) -40 Busk talk contribs Blanked the page |
||||
N |
|
20:18 (cur | prev) +40 Busk talk contribs Created page with "https://www.linkedin.com/in/hans-petrich" |
N 17:27 | Azure aks secret provider diffhist +1,553 Busk talk contribs Created page with " aks-secret-provider-mnt.yaml ``` apiVersion: apps/v1 kind: Deployment metadata: name: secret-mount spec: replicas: 1 selector: matchLabels: app: secret-mount..." |
28 July 2025
N 20:10 | Pvcs show total mounts diffhist +543 Busk talk contribs Created page with "``` #!/bin/bash echo "Mounted PVCs (namespace/pvc -> pod on node):" echo kubectl get pods --all-namespaces -o json | jq -r ' .items[] | . as $pod | .spec.volumes[]? |..." |
|
N 19:10 | Grafana helm & postgres example 3 changes history +8,187 [Busk (3×)] | |||
|
19:10 (cur | prev) -17 Busk talk contribs | ||||
|
19:09 (cur | prev) +2,793 Busk talk contribs | ||||
N |
|
19:02 (cur | prev) +5,411 Busk talk contribs Created page with "# Simple Example of Grafana with Postgres Backend ## Configs ### Grafana override.values.yaml.envsubst ``` image: repository: grafana/grafana # Overrides the Grafana i..." |
27 July 2025
N 14:28 | Cloud k8s comparisons diffhist +59 Busk talk contribs Created page with "https://www.sedai.io/blog/kubernetes-cost-eks-vs-aks-vs-gke" |
24 July 2025
23 July 2025
|
N 23:23 | Pvc migration testing 2 changes history +4,417 [Busk (2×)] | |||
|
23:23 (cur | prev) -223 Busk talk contribs | ||||
N |
|
19:40 (cur | prev) +4,640 Busk talk contribs Created page with "# Migrate many PVCs from one storage class to another in same namespace Use these scripts for migration and testing ## create-test-pvc.sh ``` #!/bin/bash set -eu NS=${1:-d..." |