# DevOps

## DevOps

### Resilience

* [Findings from the field - DevOps Enterprise London 2020](https://speakerdeck.com/jallspaw/findings-from-the-field-devops-enterprise-london-2020)
* [Postmortem templates](https://github.com/dastergon/postmortem-templates)

### Logging / Monitoring

* [Kibana filter patterns using Grok filter plugin](https://www.elastic.co/guide/en/logstash/current/plugins-filters-grok.html)

### Orchestation

* [What the heck is Backstage anyway?](http://labs.spotify.com/2020/03/17/what-the-heck-is-backstage-anyway/)

## Virtualization

* [Flagger: Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments)](https://github.com/weaveworks/flagger)
* [Production grade Kubernetes Monitoring using Prometheus](https://medium.com/faun/production-grade-kubernetes-monitoring-using-prometheus-78144b835b60)
* [Local SonarQube CE on Kubernetes](https://dev.to/letsmeetphil/local-sonarqube-7-9-1-community-lts-on-kubernetes-38d9)
* [Cloud Native Computing Foundation](https://www.cncf.io/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://arielgerardorios.gitbook.io/personal-wiki/devops.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
