Files
portfolio/ROADMAP.md
T
Mateusz Suski 8a7b7c5abc
lint / shell-yaml-ansible (push) Failing after 20s
Clean up Python log analysis documentation
2026-05-11 17:10:10 +00:00

1.6 KiB

Roadmap

This file keeps future portfolio ideas in one place so empty folders do not look like finished work.

Planned Lab Areas

  • Docker: image build notes, container troubleshooting, and small service examples.
  • Kubernetes: workload inspection, basic operations checks, and failure scenario notes.
  • Terraform: small infrastructure-as-code examples with clear plan/apply separation.
  • Networking: DNS, routing, firewall, and connectivity troubleshooting labs.
  • CI/CD: validation pipelines for shell, YAML, and Ansible examples.

Planned Platform Case Studies

  • Storage: expansion planning, filesystem checks, and SAN handoff documentation.
  • Clustering: service group checks, failover review, and operational checklists.
  • Monitoring: Zabbix-oriented alert review and host onboarding notes.
  • Virtualization: VM lifecycle and platform operations examples.
  • Log analysis: optional ELK-style search case study under platform-projects, separate from current local Python helpers.

Implemented Portfolio Additions

  • Python operational log analysis suite under infra-run/scripts/python/:
    • incident-log-summary
    • log-diff-checker
    • auth-log-audit
    • jvm-log-analyzer
    • journal-analyzer
    • known-error-matcher

Future Python Tooling Ideas

  • Real-world sample report examples using sanitized evidence.
  • Integration examples that combine log summaries with change evidence collection.
  • A shared Python helper library only if the standalone tools begin duplicating enough stable behavior to justify it.

Planned sections remain future work unless listed as implemented.