-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Day-03 DevOps learning file added #545
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
sumit9165
wants to merge
35
commits into
TrainWithShubham:master
Choose a base branch
from
sumit9165:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Document learning plan for DevOps skills and goals.
Linux architecture Notes
Added comprehensive notes on Linux operating system, covering its components, distributions, installation methods, process states, and commonly used commands.
Refactor and clarify sections on Linux OS components, distributions, and process states.
Added a comprehensive cheatsheet for Linux commands, including usage and examples for various commands related to file management, user management, and system information.
Updated the Linux commands section and improved formatting.
Removed redundant 'Goals -' and 'Core DevOps Skills -' prefixes for clarity.
Updated current level description for clarity.
Documented various Linux process management commands including ps, top, and kill with examples and descriptions.
Updated Linux practice document with detailed command descriptions and examples for process management, memory usage, and disk space.
Added system management and logging commands to the Linux practice guide.
Added detailed troubleshooting steps for Linux server performance issues, including service/process checks, resource snapshots, and immediate actions.
Added detailed troubleshooting steps and observations for the OpenSSH Daemon (sshd).
Added a comprehensive troubleshooting runbook for Docker incidents, including steps for CPU and disk pressure investigations, immediate containment actions, and escalation triggers.
Documented a comprehensive troubleshooting runbook for nginx failures, including steps for simulating, diagnosing, and resolving issues.
Added a comprehensive NGINX troubleshooting runbook covering incident types, simulated failures, environment checks, and recovery steps.
Added a comprehensive runbook for troubleshooting database failures, including steps for PostgreSQL and nginx rate limiting scenarios.
Added a markdown file with mock SRE interview questions and model answers.
Added a comprehensive Kubernetes troubleshooting runbook covering pod crashloop, Redis caching failures, and DNS outages.
Added a comprehensive on-call runbook template covering various operational aspects including CPU, memory, disk, network, and common failure patterns.
Added a visual cheat sheet decision tree for on-call incidents, detailing steps for diagnosing and resolving issues.
This cheat sheet provides a quick reference for emergency on-call procedures, including system checks, logs, common containment actions, and troubleshooting steps for various services.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Day-03 DevOps learning file added it has Linux system and Network commands, user management and group management commands added with description and example. Please check.