SRE sales pitch blog post (#3780)

* SRE sales pitch blog post

* Fix typos

* Update contents/blog/why-infra-is-our-competitive-advantage.md

Co-authored-by: Guido Iaquinti <4038041+guidoiaquinti@users.noreply.github.com>

* Add safe redirects (JS)

* Update contents/blog/why-infra-is-our-competitive-advantage.md

Co-authored-by: Guido Iaquinti <4038041+guidoiaquinti@users.noreply.github.com>

* Update contents/blog/why-infra-is-our-competitive-advantage.md

Co-authored-by: Guido Iaquinti <4038041+guidoiaquinti@users.noreply.github.com>

* a bit of polishing

* incorporated guido feedback

* Couple of little tweaks

* Adding tim as author

* Adding tim as author

Co-authored-by: PostHog <hey@posthog.com>
Co-authored-by: James Hawkins <47497682+jamesefhawkins@users.noreply.github.com>
Co-authored-by: Guido Iaquinti <4038041+guidoiaquinti@users.noreply.github.com>
Co-authored-by: James Hawkins <james@posthog.com>
Co-authored-by: Andy Vandervell <92976667+andyvan-ph@users.noreply.github.com>
This commit is contained in:
timgl
2022-07-20 14:04:11 +02:00
committed by GitHub
parent ac4f06ba1f
commit 4ec9b4fcaa
4 changed files with 50 additions and 1 deletions

View File

@@ -0,0 +1,41 @@
---
date: 2022-07-20
title: Why infrastructure is a competitive advantage for us
rootPage: /blog
sidebar: Blog
showTitle: true
hideAnchor: true
categories: ["Inside PostHog"]
author: ["tim-glaser"]
featuredImage: ../images/blog/migrating-hog.png
featuredImageType: full
---
We're hiring [Site Reliability Engineers](https://apply.workable.com/posthog/j/071DD5C05A/) (SREs). I'm biased of course, but I think it's worth explaining why we think PostHog is the most exciting place to be an SRE right now.
## Building a product
In most places, with the exception of outages, working in infrastructure means you're working on an invisible part of the company.
Sure, building out fast CI pipelines and continuous deployment, improving system reliability, and empowering other engineers to do more (providing methodologies, tools, etc) makes the rest of the engineering team more productive, but all your competitors do this too.
At PostHog, giving people the option to self-host is one of our biggest advantages compared to our competitors. That means we treat our self-hosted infra like a product. And, like any good product, we've written great public documentation.
To make sure our customers don't experience issues, we do automated testing of our Helm chart on all major cloud providers. We get [Issues](https://github.com/PostHog/charts/issues) raised by real customers, not just internal 'consumers'.
It's not just that building stuff _for_ our customers is fun.
Most of the people we deal with are experienced engineers and SREs themselves, and often folks will scratch their own itch by raising pull requests, like [adding backups](https://github.com/PostHog/charts-clickhouse/pull/383), [making improvements to security context](https://github.com/PostHog/charts-clickhouse/pull/377) and [simplifying deployment commands](https://github.com/PostHog/charts-clickhouse/pull/366).
## How to serve 20bn events for real time analytics
We don't _just_ build infrastructure for other people to run.
We run one of the biggest PostHog instances ourselves, with >20 billion events. And before you ask, yes, our cloud infrastructure runs the same Helm chart that we ship to our customers.
Did you just read a sales pitch? Yes. Should you [immediately apply for the SRE role](https://apply.workable.com/posthog/j/071DD5C05A/) at PostHog? Also yes.
<NewsletterForm
compact
/>

View File

@@ -1811,4 +1811,4 @@
[[redirects]]
from = "/handbook/engineering/app-west"
to = "/handbook/people/team-structure/app-west"
to = "/handbook/people/team-structure/app-west"

View File

@@ -208,6 +208,14 @@
"link_type": "linkedin",
"link_url": "https://www.linkedin.com/in/lsmith/"
},
{
"handle": "tim-glaser",
"name": "Tim Glaser",
"role": "Co-founder/CTO of PostHog",
"image": "../../static/images/authors/tim-glaser.png",
"link_type": "linkedin",
"link_url": "https://www.linkedin.com/in/timgl/"
},
{
"handle": "noah-brier",
"name": "Noah Brier",

Binary file not shown.

After

Width:  |  Height:  |  Size: 550 KiB