Difference between revisions of "IT-SDK-SRE"

From wiki.samerhijazi.net
Jump to navigation Jump to search
(Ref)
(SRE Toolchain)
Line 7: Line 7:
 
* https://www.dynatrace.com/support/help/how-to-use-dynatrace/
 
* https://www.dynatrace.com/support/help/how-to-use-dynatrace/
  
 +
=Notes=
 +
*SRE focuses on improving software system reliability across key categories including availability, performance, latency, efficiency, capacity, and incident response.
 +
*service-level indicators (SLIs) and service-level objectives (SLOs)
 +
*Uptime: "five nines" or 99.999%, over five minutes of downtime per year.
 +
*Uptime: "four nines" or 99.99%, nearly an hour of downtime per year.
 +
*Dynatrace is both an Application Performance Monitoring and application Management tool, it can be used as Cloud based SaaS offering or installed on-prem and more.
 
=SRE Toolchain=
 
=SRE Toolchain=
 
* https://www.dynatrace.com/news/blog/sre-vs-devops/
 
* https://www.dynatrace.com/news/blog/sre-vs-devops/
 +
 
=Containers for Microservices=
 
=Containers for Microservices=
 
* Docker
 
* Docker

Revision as of 00:46, 27 July 2021

Ref

Notes

  • SRE focuses on improving software system reliability across key categories including availability, performance, latency, efficiency, capacity, and incident response.
  • service-level indicators (SLIs) and service-level objectives (SLOs)
  • Uptime: "five nines" or 99.999%, over five minutes of downtime per year.
  • Uptime: "four nines" or 99.99%, nearly an hour of downtime per year.
  • Dynatrace is both an Application Performance Monitoring and application Management tool, it can be used as Cloud based SaaS offering or installed on-prem and more.

SRE Toolchain

Containers for Microservices

  • Docker
  • Kubernetes
  • Swarm
  • Apache Mesos
  • Podman

Source Control Tools

  • Git

CI/CD Tools

  • Jenkins
  • CircleCI
  • GitLab
  • GoCD
  • Semaphore
  • Concourse

Data Storage Tools

  • MySQL
  • PostgreSQL
  • MonogoDB
  • Apache Hadoop
  • Apache Hive
  • Amazon Aurora (MySQL and PostgreSQL-compatible)
  • MariaDB (fork from MySQL)

Configuration Management Tools

  • Ansible
  • Chef
  • Puppet
  • Saltstack

Monitoring and Observability Tools

Metrics Collection Tools

  • Prometheus
  • Stackdriver (Google Cloud Operations)
  • InfluxDB
  • Sensu Go

Log Aggregation Tools

  • Fluentd
  • Sentry
  • Logstash

Distributed Tracing Tools

  • OpenTelemetry
  • Jaeger

Application Performance Monitoring Tools

  • Appdynamics
  • New Relic
  • Dynatrace

Dashboarding Tools

  • Grafana
  • Stashboard
  • Redash
  • Metabase

Incident Management

  • Pagerduty
  • Opsgenie
  • Squadcast

NEW-Work

  • AWS, Azure, concourse, Jenkins, Aurora DB, Dynatrace, New Relic, ElasticSearch, Kibana

Notes

Dynatrace