Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beryl #18

Merged
merged 18 commits into from
Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
########################################
v_base = "debian/bookworm64"
v_name = "hugo"
v_cpu = 2
v_mem = 1024
v_cpu = 4
v_mem = 2048
hugo_version = "0.120.2"

########################################
Expand Down
4 changes: 2 additions & 2 deletions content/posts/2022/12/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cover:

# Introduction

It's been a while since my [last K3s post](/2022/03/kubernetes-guis/). In that time, I've torn-down and rebuilt my single-node cluster a dozen times, but never actually moved any workloads to that cluster. I've also been at my job using Amazon EKS for about six months, so I think I know *just* enough to be dangerous now :winking_face:.
It's been a while since my [last K3s post](/2022/03/kubernetes-guis/). In that time, I've torn-down and rebuilt my single-node cluster a dozen times, but never actually moved any workloads to that cluster. I've also been at my job using Amazon EKS for about six months, so I think I know *just* enough to be dangerous now :wink:.

# Changes since last post

Expand Down Expand Up @@ -146,7 +146,7 @@ example_here ---base64encode---> ZXhhbXBsZV9oZXJl ---base64decode---> example_he

I highly recommend that you read [this post](https://www.macchaffee.com/blog/2022/k8s-secrets/) called "Plain Kubernetes Secrets are fine". I won't rehash it, but basically, the author argues that secrets have to be stored unencrypted *somewhere*, so it might as well be in your etcd, and if someone gets access to your cluster, you're screwed anyways :man_shrugging:. I considered the following options:

* [Bitnami's Sealed Secrets](https://github.com/bitnami-labs/sealed-secrets) - It felt...:face_vomiting:...to store secrets in Git, even if they were encrypted
* [Bitnami's Sealed Secrets](https://github.com/bitnami-labs/sealed-secrets) - It felt...:vomiting_face:...to store secrets in Git, even if they were encrypted
* [Mozilla SOPS](https://github.com/mozilla/sops) - Again, storing secrets in Git
* [External Secrets](https://github.com/external-secrets/external-secrets/) - Would require an external server/service to manage
* [Hashicorp's Vault](https://github.com/hashicorp/vault) - While this is definitely the "best" solution, it seemed like overkill and something that could too easily go wrong (e.g., bootstrap, unsealing, backup, restore, etc...)
Expand Down
2 changes: 1 addition & 1 deletion content/posts/2023/08/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cover:

# TL;DR

I got a new keyboard :grinning_face_with_smiling_eyes:
I got a new keyboard :grin:

{{< video mp4="20230821_012.mp4" >}}

Expand Down
Binary file added content/posts/2024/01/20231121_001.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/posts/2024/01/20231121_002.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/posts/2024/01/20231121_003.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/posts/2024/01/20231121_004.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/posts/2024/01/20231121_005.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/posts/2024/01/20231121_006.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/posts/2024/01/20231121_007.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/posts/2024/01/20231121_008.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/posts/2024/01/20231121_009.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/posts/2024/01/20231121_010.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/posts/2024/01/20231121_011.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/posts/2024/01/20231121_012.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/posts/2024/01/20231121_013.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/posts/2024/01/20231121_014.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/posts/2024/01/20231121_015.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/posts/2024/01/20231121_016.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/posts/2024/01/20231121_017.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/posts/2024/01/20231121_018.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/posts/2024/01/20231121_019.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/posts/2024/01/20231121_020.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/posts/2024/01/20231121_021.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions content/posts/2024/01/20240108_001.drawio

Large diffs are not rendered by default.

Binary file added content/posts/2024/01/20240108_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/posts/2024/01/20240127_001.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
335 changes: 335 additions & 0 deletions content/posts/2024/01/index.md

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions layouts/shortcodes/series/s_openwrt.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Hey! Listen! This post is part of a series on using OpenWrt. Check them all out!
| Date | URL | Part |
|------------|------------------------------------------------------------------------------------------------------------------|-----------------|
| 2016-04-28 | [OpenWrt upgrade process](/2016/04/openwrt-upgrade-process/) | OpenWrt upgrade |
| 2015-08-26 | [OpenWrt with OpenVPN server on TP-Link Archer C7](/2015/08/openwrt-with-openvpn-server-on-tp-link-archer-c7/) | Initial post |
| 2015-02-15 | [OpenWrt with OpenVPN client on TP-Link TL-MR3020](/2015/02/openwrt-with-openvpn-client-on-tp-link-tl-mr3020-3/) | Initial post |
| Date | URL | Part |
|------------|------------------------------------------------------------------------------------------------------------------|-------------------|
| 2024-02-06 | [Beryl travel router with OpenWrt](/2024/01/beryl-travel-router-with-openwrt/) | OpenWrt revisited |
| 2016-04-28 | [OpenWrt upgrade process](/2016/04/openwrt-upgrade-process/) | OpenWrt upgrade |
| 2015-08-26 | [OpenWrt with OpenVPN server on TP-Link Archer C7](/2015/08/openwrt-with-openvpn-server-on-tp-link-archer-c7/) | Initial post |
| 2015-02-15 | [OpenWrt with OpenVPN client on TP-Link TL-MR3020](/2015/02/openwrt-with-openvpn-client-on-tp-link-tl-mr3020-3/) | Initial post |
Binary file added static/assets/eff/logo_eff_2024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/assets/featured/featured_openwrt_new.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading