Compare commits
2 Commits
main
...
re-structu
Author | SHA1 | Date | |
---|---|---|---|
87d7a126c3 | |||
5880c8b179 |
10
.woodpecker.yaml
Normal file
10
.woodpecker.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
when:
|
||||||
|
event: push
|
||||||
|
steps:
|
||||||
|
spell-check:
|
||||||
|
name: Spell-Checker
|
||||||
|
image: node
|
||||||
|
commands:
|
||||||
|
- npm i markdown-spellcheck -g
|
||||||
|
- mdspell "src/content/**/*.md" -n -r
|
@ -34,7 +34,7 @@ params:
|
|||||||
profileMode:
|
profileMode:
|
||||||
enabled: true
|
enabled: true
|
||||||
title: "Bad Houseplants"
|
title: "Bad Houseplants"
|
||||||
subtitle: ... by allanger.
|
subtitle: Easy DevOps by allanger
|
||||||
imageUrl: "main-logo.png"
|
imageUrl: "main-logo.png"
|
||||||
imageWidth: 150
|
imageWidth: 150
|
||||||
imageHeight: 150
|
imageHeight: 150
|
||||||
|
@ -4,7 +4,19 @@ date: 2023-01-24T09:26:52+01:00
|
|||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
Oi!
|
## Welcome
|
||||||
|
|
||||||
|
Oi! Welcome to Bad Houseplants.
|
||||||
|
|
||||||
|
This is a blog about DevOps, self-hosting, Kubernetes, and stuff like that.
|
||||||
|
|
||||||
|
I'm allanger and I believe that DevOps should be easy to understand, and when saying DevOps, I also mean SRE and Ops in general. I see/hear it very often that teams working with GitOps and Kubernetes are making it increadbly hard, and I don't know the reasons for sure.
|
||||||
|
|
||||||
|
Here, I'll try do describe how things can be deployed to K8s, what one could do with that, and how to keep it maintainable. My main focus is self-hosted k8s, because it's the one I'm using on my own, but it doesn't mean that what you'll read here can't be applied to cloud providers and different k8s-as-a-service solutions.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
I'm allanger and currently I'm working as full time SRE, but recently I've found out that I'd like to spend more time doing things related to music and sound. So I'm currently looking for project to add to my portfolio. So if you want somebody do a decent (I hope) mix for you without asking for any money, just let shoot me a message.
|
I'm allanger and currently I'm working as full time SRE, but recently I've found out that I'd like to spend more time doing things related to music and sound. So I'm currently looking for project to add to my portfolio. So if you want somebody do a decent (I hope) mix for you without asking for any money, just let shoot me a message.
|
||||||
|
|
||||||
I'm not a pro mixing engineer of course, but it's what I'm aiming for.
|
I'm not a pro mixing engineer of course, but it's what I'm aiming for.
|
||||||
|
Reference in New Issue
Block a user