Okay i just paid for promlabs.com training. I will document my journey here but not his course material. There is a fine line between using someone else’s work as your own. If I cross that line in my blog please contact me Julius and i will remove the offending information. Setting up a workspace to…
Author: Andy Jenkins
Rancher Mac
Installing Rancher Desktop on macOS Go to the releases page on GitHub. Find the version of Rancher Desktop you want to download. Expand the Assets section and download Rancher.Desktop-X.Y.Z.dmg, where X.Y.Z is the version of Rancher Desktop. Navigate to the directory where you downloaded the installer to and run the installer. This will usually be the Downloads folder. Double-click the DMG file. In the…
Semver
1900 ssh-keygen -t ed25519 -C “andy@myezbrew.com” 1901 ls -la 1902 cat id_ed25519.pub 1903 cat id_ed25519 1904 ssh-keyscan gitlab.com 1905 cat id_ed25519 1906 cat id_ed25519.pub 1907 cat id_ed25519 1908 cat id_ed25519|pbcopy 1909 cat id_ed25519.pub|pbcopy 1910 ls -ltr 1911 rm -rf id* 1912 history |grep ssh_ke 1913 history |grep key 1914 ssh-keygen -t rsa -b 2048 1915…
k8s upgrade kops 1.18 to 1.21 keep docker
I need to upgrade kubernetes from 1.18.4 -> 1.21.10 and retain the use of docker as my cri. Normally conatinrd will auto install with kubernetes greater than 1.21 . It is recomended that a cluster be upgraded 1 version at a time so we will follow: 1.18.4 -> 1.19.16 -> 1.20.15 -> 1.21.12 https://kops.sigs.k8s.io/operations/updates_and_upgrades/…
rancher install
❯ brew install rancher Running `brew update –preinstall`… ==> Auto-updated Homebrew! Updated 3 taps (fluxcd/tap, homebrew/core and homebrew/cask). ==> New Formulae bartib ddh sqls ==> Updated Formulae Updated 281 formulae. ==> New Casks cnkiexpress fmail2 vertcoin-core windterm ==> Updated Casks Updated 120 casks. ==> Deleted Casks biopassfido bootchamp firestormos flip4mac flvcd-bigrats lego-digital-designer multiscan-3b mxsrvs piskel…
flux
~/temp on ☁️ (us-west-2) ❯ brew install fluxcd/tap/flux Running `brew update –preinstall`… ==> Auto-updated Homebrew! Updated 1 tap (homebrew/core). ==> Updated Formulae Updated 5 formulae. ==> Tapping fluxcd/tap Cloning into ‘/opt/homebrew/Library/Taps/fluxcd/homebrew-tap’… remote: Enumerating objects: 471, done. remote: Counting objects: 100% (467/467), done. remote: Compressing objects: 100% (229/229), done. remote: Total 471 (delta 227), reused 459…
GateKeeper
Install and delete with helm kubectl create clusterrolebinding cluster-admin-binding –clusterrole cluster-admin –user andy helm repo add gatekeeper https://open-policy-agent.github.io/gatekeeper/charts helm install gatekeeper/gatekeeper –name-template=gatekeeper –namespace gatekeeper-system –create-namespace helm delete gatekeeper –namespace gatekeeper-system helm delete gatekeeper –namespace gatekeeper-system Demos – Basic ❯ git clone git@github.com:open-policy-agent/gatekeeper.git Cloning into ‘gatekeeper’… Enter passphrase for key ‘/Users/andy/.ssh/id_ed25519’: remote: Enumerating objects: 42115, done….
Scaled Agile Notes – SSM certification
Agile Manifesto Concepts Manifesto Individuals and interactions over processes and tools Working software over comprehensive documentation Customer collaboration over contract negotiation Responding to change over following a plan 12 Principles Our highest priority is to satisfy the customer through early and continuous delivery of valuable software. Welcome changing requirements, even late in development. Agile processes…