Advertisement
opexxx

DevOps.txt

Feb 25th, 2021 (edited)
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. DevOps инструменты:
  2.  
  3. Git:
  4. GitHub: https://github.com
  5. GitLab: https://gitlab.com
  6. Bitbucket: https://bitbucket.org/product
  7.  
  8. CI/CD:
  9. GitHub Actions: https://github.com/features/actions
  10. GitLab CI: https://docs.gitlab.com/ee/ci/quick_start/
  11. Travis CI: https://travis-ci.org/
  12. Jenkins: https://jenkins.io/
  13. CircleCI: https://circleci.com/
  14. Buddy: https://buddy.works/
  15.  
  16. Управление конфигурацией:
  17. Ansible: https://www.ansible.com/
  18. SaltStack: https://docs.saltstack.com/en/latest/
  19. Puppet: https://puppet.com
  20. Chef: https://www.chef.io/
  21.  
  22. Тестирование:
  23. Molecule: https://molecule.readthedocs.io/en/stable/
  24.  
  25. Упаковка образов:
  26. Packer: https://www.packer.io/
  27.  
  28. Управление инфраструктурой:
  29. Terraform: https://www.terraform.io/
  30.  
  31. Логгирование и аналитика:
  32. ELK Stack: https://www.elastic.co/what-is/elk-stack
  33. Fluentd: https://www.fluentd.org/
  34. Grafana: https://grafana.com/
  35.  
  36. Мониторинг:
  37. Prometheus: https://prometheus.io/
  38. Zabbix: https://www.zabbix.com/
  39. Sensu: https://sensu.io/
  40. Nagios: https://www.nagios.org/
  41.  
  42. ChatOps:
  43. Hubot: https://hubot.github.com/
  44.  
  45. Книги и статьи:
  46.  
  47. State of DevOps 2019: https://services.google.com/fh/files/misc/state-of-devops-2019.pdf
  48.  
  49. The Visible Ops Handbook: https://www.goodreads.com/book/show/605506.The_Visible_Ops_Handbook
  50. The DevOps Handbook: https://www.goodreads.com/book/show/26083308-the-devops-handbook
  51. Effective DevOps: https://www.goodreads.com/book/show/25602743-effective-devops
  52.  
  53. Why Everyone Needs DevOps: https://www.youtube.com/watch?v=oRTiu911qtA
  54. Hell Has Frozen Over: DevOps and Security: https://www.youtube.com/watch?v=SsQF6zqzHKw
  55. Put Your Robots to Work: Security Automation at Twitter: https://vimeo.com/54250716
  56.  
  57. Awesome DevOps List: https://github.com/wmariuss/awesome-devops
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement