View on GitHub

blog

О программировании и не только

v.4 приблизительный план курса:

план обучения девопс

0. devops road map

  1. how browser works
  2. how webapps work
  3. Who are devops and SRE
  4. DevOps-Roadmap 2025

1. effective shell

  1. env setup, .bashrc, aliases, locale, global vars
  2. man 1 intro, sections, info, apropos, File System Hierarchy Standard
  3. asimmetric encryption, ssh key pair, .ssh/config
  4. file owners and permissions, sudo, processes and signals
  5. std{in,out,err}, redirections, fg, nohup, tmux
  6. text, file utils
  7. find/xargs, locate, dlocate
  8. linux distros, other unicies, deb/rpm/pkg

2. git & github

  1. регистрация ID, домена, вкл. github pages, hosting, jekyll
  2. markdown language, local git, clone, commit, push
  3. vscode plugins, devcontainers
  4. github actions, .workflow
  5. github codespaces
  6. coder devpod gitpod codespace comparison

3. modern web apps and microservices

  1. microservices architecture example: jamstack.com
  2. Awesome Static Website Services
  3. 12 factor apps
  4. content/design separation: jekyll resources
  5. Liquid templating language
  6. add theme and services to your site: ex. comments, analytics, email notifications.
  7. github actions workflow
  8. yaml tutorial(rus.)
  9. 10 шагов к YAML-дзену

4. containers

  1. local docker setup, plugins, context, docs
  2. docker images, registry, overlay FS
  3. run containers, share folders, inspect, –format options
  4. Сборники рецептов jq
  5. docker security, check code, build image
  6. docker compose
  7. docker swarm cluster
  8. podman, podman desktop
  9. buildx plugin, buildah tool

5. cloud services

  1. пройти курс “Инженер облачных сервисов”, новые пользователи могут получить грант
  2. CDN, WAF for sites, cloudflare services

6. LXC, KVM - personal cloud setup

  1. history of containers
  2. containers intro habr
  3. Containerization vs. Virtualization : understand the differences
  4. virtualization software wikipedia
  5. KVM wiki
  6. personal cloud with virt-manager
  7. Proxmox VE cluster

7. IaaS - terraform, ansible

  1. 3 ways to manage infrastructure: manual, imperative via cli tool, declarative via configs
  2. terraform
  3. tf resources
  4. opentofu tf fork
  5. ansible resources

8. logging, monitoring, alerts

  1. logs, syslog, rsyslog, systemd-journald
  2. zabbix, icinga, prometheus
  3. ELK intro
  4. elastic docs
  5. 4-golden-signals-demo s-buhar0v
  6. grafana: intro to mltp

9. CI/CD, Gitlab pipelines, Gitea Actions

  1. awesome github actions
  2. gitlab university
  3. gitlab docs

10. kubernetes aka k8s, +k3s, +k9s

  1. Marco Luksa “Kubernetes in action”
  2. minimal k3s install
  3. k9s cli
  4. kuber distributions

11. openshift aka OKD

  1. immutable CoreOS for nodes
  2. okd.io

Copiright(C)

Суть проекта - доступность сайта с лекциями и кодом для всех и всегда, из-за отсутствия чего страдают многие курсы. Любой желающий может им пользоваться в любое время, в том числе копировать. Чтобы сохранить авторские права и не создать конкуренцию, материалы сайта доступны под лицензией Creative Commons с ограничениями коммерческого использования CC BY-NC 4.0 DEED (rus)

вернуться обратно в блог