SRE

SRE

237 bookmarks
Custom sorting
emblem/docs/decisions at main · GoogleCloudPlatform/emblem · GitHub
emblem/docs/decisions at main · GoogleCloudPlatform/emblem · GitHub
:diamond_shape_with_a_dot_inside:Emblem Giving is a sample application that demonstrates a serverless architecture with continuous delivery, and trouble recovery. - emblem/docs/decisions at main ·...
·github.com·
emblem/docs/decisions at main · GoogleCloudPlatform/emblem · GitHub
mikaelvesavuori/dorametrix: Dorametrix is a serverless web service that helps you calculate your DORA metrics, by inferring your metrics from events you create with webhooks (or manually!).
mikaelvesavuori/dorametrix: Dorametrix is a serverless web service that helps you calculate your DORA metrics, by inferring your metrics from events you create with webhooks (or manually!).
Dorametrix is a serverless web service that helps you calculate your DORA metrics, by inferring your metrics from events you create with webhooks (or manually!). - mikaelvesavuori/dorametrix: Doram...
·github.com·
mikaelvesavuori/dorametrix: Dorametrix is a serverless web service that helps you calculate your DORA metrics, by inferring your metrics from events you create with webhooks (or manually!).
What are reasonable SLOs for Kafka? - Ops - Confluent Community
What are reasonable SLOs for Kafka? - Ops - Confluent Community
Opinions are my own… These depend on the SLAs you are supporting with your SLIs. But here are a couple of core ones: Controller count - must equal 1 else something is wrong Under replicated partitions - under replicated partitions greater than one is normally an early warning that something is about to go pear shaped. Depending on your setting for publish acks, this might mean that some publishers might also stop, if min ISR is less than required. Leader elections - These might happen due to...
·forum.confluent.io·
What are reasonable SLOs for Kafka? - Ops - Confluent Community
Best Practices for Local File Parameters | Amazon Web Services
Best Practices for Local File Parameters | Amazon Web Services
If you have ever passed the contents of a file to a parameter of the AWS CLI, you most likely did so using the file:// notation. By setting a parameter’s value as the file’s path prepended by file://, you can explicitly pass in the contents of a local file as input to a command: aws […]
·aws.amazon.com·
Best Practices for Local File Parameters | Amazon Web Services
2 Ways to Check TLS Certificate expiration Date with OpenSSL Command - SSLHOW
2 Ways to Check TLS Certificate expiration Date with OpenSSL Command - SSLHOW
We can quickly solve TLS or SSL certificate issues by checking the certificate’s expiration from the openssl command line. Today, let us see how to check certificate’s expiration date in 2 ways. The first one is to check the certificate on remote server side. The second is to check the certificate by PEM files. Check […]
·sslhow.com·
2 Ways to Check TLS Certificate expiration Date with OpenSSL Command - SSLHOW