User contributions
Jump to navigation
Jump to search
- 02:08, 19 February 2025 diff hist +79 Cks current
- 19:50, 12 February 2025 diff hist +310 Secrets diff current
- 18:52, 12 February 2025 diff hist +520 N Secrets diff Created page with "# Secrets diff and create ``` if ! kubectl get secret netbox-tls -o yaml | grep -q "$(base64 < tls.crt)"; then kubectl delete secret netbox-tls --ignore-not-found kubectl..."
- 15:33, 12 February 2025 diff hist +274 N Dockerfile examples Created page with "# Examples ## Multistage build - builds using debian runs using apline ``` FROM ubuntu ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y golang-go..." current
- 15:17, 12 February 2025 diff hist +22 N Strace Created page with "strace -p 19890 -f -cw" current
- 03:23, 12 February 2025 diff hist +54 N Cks Created page with "https://github.com/leandrocostam/cks-preparation-guide"
- 02:42, 12 February 2025 diff hist +27,641 N Ckad cheat1 Created page with "``` # Good Links http://www.yamllint.com/ https://youtu.be/02AA5JRFn5w ######################################### minikube ######################################### minikube s..." current
- 21:26, 5 February 2025 diff hist +2,162 N Ad clean-up Created page with "# Cleanup of AD ## Create users file account line-by-line notepad users.txt and paste SAMAccountNames ## Disable disable-users-txt.ps1 ``` Import-Module ActiveDirectory $t..." current
- 17:37, 4 February 2025 diff hist +6,205 N Aks upgrade Created page with "# AKS Upgrade ``` # Azure Kubernetes Service (AKS) Upgrade Guide Current Version: 1.29.7 - Upgrading to Newer Versions ## Table of Contents - [Prerequisites](#prerequisites)..." current
- 15:41, 4 February 2025 diff hist +3,452 N Nginx deploy example Created page with "# Simple Example ``` --- apiVersion: apps/v1 kind: Deployment metadata: name: nginx labels: app: nginx spec: replicas: 2 selector: matchLabels: app: ngin..." current
- 23:51, 2 February 2025 diff hist +318 N Raid new Created page with "``` RAID 5 / RAID 6 64KB - 128KB Balances performance and efficiency; avoids excessive small writes. RAID 10 128KB - 256KB Best for VMware, as it minimizes RAID overhead and s..." current
- 09:02, 1 February 2025 diff hist +3,062 Prometheus backup current
- 07:21, 1 February 2025 diff hist +603 Prometheus backup
- 10:57, 29 January 2025 diff hist +2,830 N K8s monitor namespace pd Created page with "``` # Use Golang as the base image FROM golang:1.20 AS builder # Set working directory WORKDIR /app # Copy Go modules and download dependencies COPY go.mod go.sum ./ RUN go..." current
- 21:40, 24 January 2025 diff hist +276 N Psql install Created page with "# jammy ``` sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ jammy-pgdg main" > /etc/apt/sources.list.d/pgdg.list' wget --quiet -O - https://www.postgresql.org/m..." current
- 15:56, 24 January 2025 diff hist +1,267 N Netbox helm Created page with "# This needs some changes but is a start ``` helm install netbox oci://ghcr.io/netbox-community/netbox-chart/netbox \ --set superuser.password=yourSuperuserPassword \ --se..." current
- 21:28, 21 January 2025 diff hist +1,699 N Sumologic rsyslog Created page with "https://help.sumologic.com/docs/send-data/hosted-collectors/cloud-syslog-source/rsyslog/ # rsyslog.conf replace <MY_SECRET_TOKEN> & other settings as needed ``` module(lo..." current
- 21:31, 17 January 2025 diff hist +728 N Pv example Created page with "``` apiVersion: v1 kind: PersistentVolume metadata: name: pv-foo spec: capacity: storage: 1Gi accessModes: - ReadWriteOnce persistentVolumeReclaimPolicy: Retai..." current
- 20:57, 17 January 2025 diff hist +155 Aks azure cli snipperts current
- 20:56, 17 January 2025 diff hist +234 N Aks azure cli snipperts Created page with "Scale up or down if you need more or less minimum nodes for testing scenerios. ``` az aks nodepool update --resource-group $rg --cluster-name $name --name default --up..."
- 17:08, 15 January 2025 diff hist +1,484 N Choco uninstall Created page with "# Choco Uninstall ``` # Ensure the script is running as administrator if (-not ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInR..." current
- 00:08, 15 January 2025 diff hist +125 N K8s oneliners 1 Created page with "kubectl get pods --all-namespaces -o jsonpath='{.items[*].spec.containers[*].image}' | tr -s 'space:' '\n' | sort | uniq" current
- 23:43, 14 January 2025 diff hist +860 N Debian CVEs Created page with "# Debian CVEs ## How to Read CVEs Example Example CVE https://security-tracker.debian.org/tracker/CVE-2023-24329 Note fixed status lines https://serverfault.com/questions..." current
- 01:57, 13 January 2025 diff hist +398 Cka command snippets current
- 22:32, 12 January 2025 diff hist +2,318 Cka command snippets
- 20:31, 12 January 2025 diff hist +653 Cka command snippets
- 00:11, 12 January 2025 diff hist +1,571 N Cka command snippets Created page with "Little command snippets ``` apiVersion: apps/v1 kind: DaemonSet metadata: name: configurator namespace: configurator spec: selector: matchLabels: name: config..."
- 00:06, 12 January 2025 diff hist +52 N Networkpolicy k8s Created page with "https://editor.networkpolicy.io/?id=zcUfypIhfMDOtj7U" current
- 01:59, 5 January 2025 diff hist +89 Cka current
- 17:43, 4 January 2025 diff hist -1 Cka kubeadm init upgrade current
- 17:42, 4 January 2025 diff hist +276 Cka kubeadm init upgrade
- 16:09, 4 January 2025 diff hist +201 Cka kubeadm init upgrade
- 15:56, 4 January 2025 diff hist +1,559 Cka kubeadm init upgrade
- 06:56, 4 January 2025 diff hist +218 Cka kubeadm init upgrade
- 06:53, 4 January 2025 diff hist -17 Cka kubeadm init upgrade
- 06:51, 4 January 2025 diff hist +54 Cka kubeadm init upgrade
- 06:48, 4 January 2025 diff hist +1,476 N Cka kubeadm init upgrade Created page with "## Init Ubuntu 24.04 & 22.04 ``` #!/bin/bash set -eu k8s_minor_version=1.31 prep_k8s_node(){ sudo apt update && sudo apt upgrade -y sudo apt install apt-transport-https..."
- 06:07, 4 January 2025 diff hist +54 Kubeadm kubernetes cluster Ubuntu 24.04 current
- 05:36, 4 January 2025 diff hist +116 Kubeadm kubernetes cluster Ubuntu 24.04
- 05:23, 4 January 2025 diff hist +154 Kubeadm kubernetes cluster Ubuntu 24.04
- 05:14, 4 January 2025 diff hist -11 Kubeadm kubernetes cluster Ubuntu 24.04
- 04:04, 4 January 2025 diff hist +85 N Kubeadm init google repo Created page with "https://discuss.kubernetes.io/t/building-a-kubernetes-1-24-cluster-with-kubeadm/22047" current
- 00:50, 4 January 2025 diff hist +16 Cka2 current
- 00:50, 4 January 2025 diff hist +1,641 Cka2
- 00:40, 4 January 2025 diff hist +169 N Cka2 Created page with " https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/ ``` ``` https://github.com/cncf/curriculum/blob/master/CKA_Curriculum_v1.31.pdf"
- 00:27, 4 January 2025 diff hist +128 Cka
- 23:51, 3 January 2025 diff hist -60 Cka cheat current
- 23:51, 3 January 2025 diff hist +10,276 N Cka cheat Created page with "``` Writing down cheat sheets are awesome for digesting what you know in a small document. Source: RODNAE Productions, Pexels I’m writing this down in preparation my exam..."
- 23:49, 3 January 2025 diff hist +92 Cka
- 23:21, 3 January 2025 diff hist +109 Cka