From fc9d616d68c347a2fd482368abe30532edd3da1e Mon Sep 17 00:00:00 2001 From: Richard Bronkhorst Date: Fri, 24 Dec 2021 21:09:23 +0100 Subject: [PATCH] Typo --- content/blog/announcing-clearsky.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/announcing-clearsky.md b/content/blog/announcing-clearsky.md index aa2abe4..c50bcda 100644 --- a/content/blog/announcing-clearsky.md +++ b/content/blog/announcing-clearsky.md @@ -8,7 +8,7 @@ Hello, this is ClearSky! ClearSky is this vague idea that i’ve had for a while This blog is a place where I hope this vague idea can grow into a “why” and “how” to host small projects at minimum cost and effort. -## So what is cloudsky? +### So what is ClearSky? The name ClearSky already gives a hint of this idea (as all good names should!) A clear sky is a sky without clouds. My vague idea is that I want the “cloud devops experience” while minimizing the usage of cloud services. I want to self-host as much as possible. Let’s unpack that statement a little bit. “cloud” is a difficult term. Nobody knows what it means exactly. When I say cloud services on this blog, i mean services like: @@ -20,7 +20,7 @@ Let’s unpack that statement a little bit. “cloud” is a difficult term. Nob What these services have in common is that you don’t have to manage the OS or any of the code that handles the infrastructure. However, if you look at cost per gigabyte of traffic or storage, those are way higher than VPSes or real iron. I don’t think those services are bad, I just think that they are not the best fit for small projects. -## It's about the experience +### It's about the experience So what do I mean by “cloud devops experience”? Well, I think the core of it is that deploying something is really easy. > The cloud devops experience: going from “works on my machine” to “runs in production” is achieved by a single command.