Blog Section
-
Recent Posts
Recent Comments
Archive
- May 2022
- February 2022
- April 2021
- January 2021
- December 2020
- November 2020
- July 2020
- June 2020
- March 2020
- February 2020
- December 2019
- October 2019
- July 2019
- November 2018
- June 2018
- February 2018
- December 2017
- October 2017
- September 2017
- January 2017
- December 2015
- November 2015
- June 2013
- March 2013
- November 2012
- April 2012
- March 2012
Categories
Tags
- Alignment
- Apple
- Apple Mail
- aws
- Chroma Caps
- Damper
- DevOps
- Docker
- Driver
- Fix
- Formula
- German
- Hinge
- iMac
- iOS
- iPad
- iPhone
- Keynote
- kops
- Korg
- kubernetes
- LaTeX
- Mac
- MacBook
- MacOS
- MIDI
- Minilogue XD
- Monologue
- Monterrey
- Repair
- Roland
- Roland XV-5050
- Rotary Encoder
- Secret
- Swarm
- Synth
- Universal Clipboard
- Upgrade
- USB
- Utrusta
- Värde
- XV-5050
- XV3080
- XV5080
Monthly Archives: October 2017
Kubernetes: How to Find Out if ABAC or RBAC is Active
If you want to find out what authorization mode your cluster is running use:
Posted in DevOps
Tagged kops, kubernetes
Comments Off on Kubernetes: How to Find Out if ABAC or RBAC is Active
Kubernetes: kubectl run with ImagePullSecrets
If just want to quickly start a pod then you can use the following one-liner: This will limit you to public repos. There is no equivalent to using imagePullSecrets in your yaml files, so this won’t work: However you can … Continue reading
Terminal: Copying Long Text Lines Without Newline Breaks
If you copy long wrapped lines of shell code in Mac Terminal.app you want the pasted line to be broken down into multiple lines exactly where they were in the original script. When you are using more, less or any … Continue reading
Kubernetes: Using kubectl with 100s of Clusters
If you are working with many clusters, you need to configure multiple kubectl configs. You can do this using kubectl –kubeconfig= or by merging your config files. If however you want to keep access to your config files separate, you … Continue reading
Using your Synology Diskstation as a SOHO git Server
Yes, you should use GitHub for your public and private repos (IMHO), but if you just need a small office solution with a few machines and / or users and already have a Diskstation (RAID config and backup recommended) why … Continue reading
Posted in DevOps
Tagged Diskstation, git, Synology
Comments Off on Using your Synology Diskstation as a SOHO git Server