# DevOps Resources

### Getting Started

* [DevOps Roadmap](https://roadmap.sh/devops)
* [Learn bash scripting](https://www.codecademy.com/learn/learn-the-command-line/modules/bash-scripting)
* [Advanced Bash616](http://tldp.org/LDP/abs/html/index.html)

### Containerization

* [All docker resources](https://github.com/collabnix/dockerlabs/blob/master/beginners/README.md)
* [Play with docker](https://labs.play-with-docker.com/)

### Orchestration

* [Docker swarm for beginners](https://docs.docker.com/engine/swarm/swarm-tutorial/)
* [Kubernetes for beginners](https://github.com/collabnix/dockerlabs/blob/master/kubernetes/README.md)
* [Kubernetes workshop](https://github.com/collabnix/dockerlabs/blob/master/kubernetes/workshop/README.md)

### CI/CD

* [Jenkins guided tour](https://jenkins.io/doc/tutorials/)
* [Travis CI](https://docs.travis-ci.com/user/tutorial/)
* [GitHub actions](https://help.github.com/en/actions/automating-your-workflow-with-github-actions)

### Log Aggregration And Monitoring

* [ELK stack documentation](https://www.elastic.co/guide/index.html)
* [Fluentd logging layer](https://docs.fluentd.org/)
* [Grafana dashboards](https://grafana.com/docs/grafana/latest/)


---

# 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://resources.dscvit.com/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.
