Skip to content

Added tasks for week 7 : Kubernetes#401

Merged
LondheShubham153 merged 2 commits intoTrainWithShubham:masterfrom
Amitabh-DevOps:week7
Mar 9, 2025
Merged

Added tasks for week 7 : Kubernetes#401
LondheShubham153 merged 2 commits intoTrainWithShubham:masterfrom
Amitabh-DevOps:week7

Conversation

@Amitabh-DevOps
Copy link
Contributor

@Amitabh-DevOps Amitabh-DevOps commented Mar 3, 2025

Summary by CodeRabbit

  • Documentation
    • Introduced an enhanced guide featuring nine detailed Kubernetes tasks as part of the 90DaysOfDevOps challenge.
    • Included step-by-step instructions, practical scenarios, and interview questions to deepen users' understanding of topics like deploying Pods, managing Kubernetes objects, networking, storage, and security.
    • Added clear submission guidelines to assist users in progressing through the challenge, including instructions for GitHub submissions and pull requests.

@coderabbitai
Copy link

coderabbitai bot commented Mar 3, 2025

Walkthrough

The pull request updates the Kubernetes guide as part of the 90DaysOfDevOps challenge. It introduces a detailed instructional document featuring nine distinct tasks. Each task includes a scenario description, step-by-step implementation instructions, interview questions, and submission guidelines. The guide covers topics such as Kubernetes architecture, core objects, networking, storage management, configuration, autoscaling, security, job scheduling, and advanced deployment techniques. No changes have been made to exported or public entity declarations.

Changes

File Path Change Summary
2025/kubernetes/README.md Added a comprehensive guide with nine tasks covering Kubernetes architecture, core objects, networking, storage, configuration, autoscaling, security, job scheduling, and advanced deployment techniques for the 90DaysOfDevOps challenge.

Sequence Diagram(s)

sequenceDiagram
    participant Developer as User
    participant Guide as Kubernetes README
    participant Repo as GitHub Repository

    Developer->>Guide: Reads comprehensive guide and task instructions
    Guide->>Developer: Provides 9 detailed task scenarios with steps and interview questions
    Developer->>Developer: Works through tasks and validates implementation
    Developer->>Repo: Pushes work to GitHub and submits a pull request
Loading

Suggested reviewers

  • LondheShubham153

Poem

I'm a little rabbit with ears tall and keen,
Hopping through Kubernetes fields, oh what a scene!
Nine tasks to explore in a world so bright,
I nibble at code and delight in each byte.
With hops and laughs, I embrace each dare—
DevOps magic fills the fresh spring air!
🐰✨


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (12)
2025/kubernetes/README.md (12)

7-9: Blockquote List Formatting:
There are extra spaces after the blockquote marker on lines 7–9 (e.g., "> 1. Fork ..."). Please remove the additional spaces so that a single space follows the ">" (e.g., "> 1. Fork ...") to comply with MD027 (no-multiple-space-blockquote).

Example diff:

- >  1. Fork the [online_shop repository](https://github.com/Amitabh-DevOps/online_shop) and implement all tasks on your fork.  
+ > 1. Fork the [online_shop repository](https://github.com/Amitabh-DevOps/online_shop) and implement all tasks on your fork.  
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

7-7: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


8-8: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


9-9: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


31-36: Interview Questions Block Formatting (Task 1):
The bullet list under the Interview Questions section (lines 34–35) has extra indentation and multiple spaces after the blockquote marker. Aligning these bullet points with a single space (e.g., ">-") will resolve MD007 and MD027 issues.

Example suggestion:

- >  - Can you explain how the Kubernetes control plane components work together and the role of etcd in this architecture?
- >  - If a Pod fails to start, what steps would you take to diagnose the issue?
+ > - Can you explain how the Kubernetes control plane components work together and the role of etcd in this architecture?
+ > - If a Pod fails to start, what steps would you take to diagnose the issue?
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

34-34: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


34-34: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


35-35: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


35-35: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


62-67: Interview Questions List Indentation (Task 2):
In the Interview Questions section for Task 2, the bullet list items (lines 65–66) are indented with extra spaces inside the blockquote. Please remove the extra indentation to standardize the formatting.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

65-65: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


65-65: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


66-66: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


66-66: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


87-91: Format Interview Questions (Task 3):
The Interview Questions block for Task 3 (lines 89–91) uses an extra level of indentation for the bullets. Adjust the list so that only a single space follows the blockquote marker to meet markdown style guidelines.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

90-90: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


90-90: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


91-91: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


91-91: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


109-113: Consistent List Indentation (Task 4):
The unordered list in the Interview Questions section under Task 4 has extra spaces following the blockquote marker. Please remove the additional spaces to ensure consistency across sections.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

111-111: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


112-112: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


112-112: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


113-113: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


113-113: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


132-136: Interview Questions Formatting (Task 5):
For Task 5, the Interview Questions bullet list (lines 135–136) is indented more than necessary. Align these items with a single space after the blockquote marker.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

135-135: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


135-135: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


136-136: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


136-136: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


156-160: Standardize List Formatting (Task 6):
The Interview Questions bullet list for Task 6 (lines 159–160) shows extra indentation inside the blockquote. Please adjust the list items to use only one space after the ">" to satisfy MD007.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

159-159: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


159-159: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


160-160: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


160-160: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


182-186: Adjust Blockquote List for Task 7 Part A:
In Task 7 Part A, the Interview Questions list (lines 185–186) has extra spacing. Please remove the surplus spaces so that the bullet points are directly aligned under the blockquote.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

185-185: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


185-185: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


186-186: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


186-186: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


197-201: Review List Indentation (Task 7 Part B):
The Interview Questions section for Task 7 Part B (lines 200–201) is over-indented. Reducing the indentation to a single following space will ensure a consistent markdown list format.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

200-200: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


200-200: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


201-201: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


201-201: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


219-223: Consistent Formatting in Interview Questions (Task 8):
The bullet list under the Interview Questions for Task 8 (lines 222–223) appears with extra indentation inside the blockquote. Please reformat these lines to maintain uniformity across the document.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

222-222: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


222-222: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


223-223: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


223-223: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


246-251: Bullet List Indentation (Task 9):
For Task 9, the Interview Questions bullet list (lines 249–251) uses additional spaces after the blockquote marker. Removing the extra spaces will align the list with markdown style recommendations.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

249-249: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


249-249: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


250-250: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


250-250: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


251-251: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


251-251: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


263-263: Fenced Code Block Language Specification:
The fenced code block starting on line 263 does not specify a language. Adding a language identifier (such as text or bash if applicable) will improve syntax highlighting and comply with MD040.

Example diff:

- ```
+ ```text
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

263-263: Fenced code blocks should have a language specified
null

(MD040, fenced-code-language)

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 251386a and 2471e6d.

📒 Files selected for processing (1)
  • 2025/kubernetes/README.md (1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
2025/kubernetes/README.md

7-7: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


8-8: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


9-9: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


34-34: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


34-34: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


35-35: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


35-35: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


65-65: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


65-65: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


66-66: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


66-66: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


90-90: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


90-90: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


91-91: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


91-91: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


111-111: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


112-112: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


112-112: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


113-113: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


113-113: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


135-135: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


135-135: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


136-136: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


136-136: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


159-159: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


159-159: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


160-160: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


160-160: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


185-185: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


185-185: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


186-186: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


186-186: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


200-200: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


200-200: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


201-201: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


201-201: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


222-222: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


222-222: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


223-223: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


223-223: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


249-249: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


249-249: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


250-250: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


250-250: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


251-251: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


251-251: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


263-263: Fenced code blocks should have a language specified
null

(MD040, fenced-code-language)

🔇 Additional comments (1)
2025/kubernetes/README.md (1)

1-300: Overall Quality and Clarity:
This comprehensive guide for Week 7 effectively outlines the Kubernetes challenge tasks with clear scenarios, step-by-step instructions, and interview questions. The overall structure is well organized and meets the 90DaysOfDevOps challenge objectives. Please consider addressing the suggested markdown formatting improvements to further enhance readability and consistency.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

7-7: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


8-8: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


9-9: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


34-34: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


34-34: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


35-35: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


35-35: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


65-65: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


65-65: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


66-66: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


66-66: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


90-90: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


90-90: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


91-91: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


91-91: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


111-111: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


112-112: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


112-112: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


113-113: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


113-113: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


135-135: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


135-135: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


136-136: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


136-136: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


159-159: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


159-159: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


160-160: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


160-160: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


185-185: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


185-185: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


186-186: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


186-186: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


200-200: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


200-200: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


201-201: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


201-201: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


222-222: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


222-222: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


223-223: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


223-223: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


249-249: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


249-249: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


250-250: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


250-250: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


251-251: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


251-251: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


263-263: Fenced code blocks should have a language specified
null

(MD040, fenced-code-language)

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (11)
2025/kubernetes/README.md (11)

5-10: Standardize Blockquote Formatting
The blockquote containing the important instructions uses multiple spaces after the “>” symbol (e.g., on line 7). For better adherence to markdownlint’s MD027, consider using a single space after “>”.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

7-7: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


8-8: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


9-9: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


18-29: Review Task 1 Steps
The steps for studying Kubernetes architecture and deploying a sample Pod are clearly structured. As a minor suggestion, please verify that nested list items (e.g., the “- Review the roles…” on line 20) are indented uniformly to comply with markdownlint MD007.


31-36: Refine Blockquote Interview Questions Formatting
The interview questions in the “[!NOTE]” block are valuable. To improve consistency—and to address markdownlint MD027/MD007 concerns—please ensure that the spacing after “>” and the list indentation are uniform throughout.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

34-34: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


34-34: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


35-35: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


35-35: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


44-61: Structured Steps for Core Kubernetes Objects
The steps for creating a Namespace, Deployment, StatefulSet, and DaemonSet are well documented. It would be beneficial to remind users to include or reference example YAML files in their solution.md. Also, please check that all nested list items adhere to the preferred markdown indentation style.


62-67: Interview Questions for Task 2
The interview questions prompt thoughtful reflection on Kubernetes object management. A minor note: please verify that the list styling and blockquote formatting meet markdown styling standards.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

65-65: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


65-65: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


66-66: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


66-66: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


87-92: Interview Questions for Task 3
The interview questions effectively probe the differences between Service types and the roles of Ingress and Network Policies. Please double-check that the markdown list indentation within the blockquote is consistent with your style guidelines.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

90-90: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


90-90: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


91-91: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


91-91: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


111-114: Interview Questions Formatting for Task 4
The interview questions related to persistent storage are pertinent. As with previous blockquotes, consider checking the spacing and indentation to comply with markdownlint (MD027 and MD007).

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

111-111: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


112-112: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


112-112: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


113-113: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


113-113: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


156-161: Interview Questions for Task 6
The interview questions in this section are well targeted; please ensure the markdown formatting (particularly list indentation) remains consistent.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

159-159: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


159-159: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


160-160: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


160-160: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


219-224: Interview Questions for Task 8
The questions prompt users to reflect on the advantages and trade-offs of Jobs, CronJobs, and CRDs. A minor suggestion is to ensure that list indentations meet the markdown styling guidelines.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

222-222: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


222-222: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


223-223: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


223-223: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


247-252: Interview Questions for Task 9
The bonus task’s interview questions nicely round out the challenge. Once again, a review of list formatting for markdownlint (MD007) is recommended to maintain consistency.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

249-249: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


249-249: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


250-250: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


250-250: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


251-251: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


251-251: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


254-274: Submission Instructions Clarity & Code Fence Language
The “How to Submit” section is comprehensive and easy to follow. One recommendation: specify a language identifier (for example, “text”) for the fenced code block on lines 263–265. This will improve syntax highlighting and clarity.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

263-263: Fenced code blocks should have a language specified
null

(MD040, fenced-code-language)

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 2471e6d and 57aa52a.

📒 Files selected for processing (1)
  • 2025/kubernetes/README.md (1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
2025/kubernetes/README.md

7-7: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


8-8: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


9-9: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


34-34: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


34-34: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


35-35: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


35-35: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


65-65: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


65-65: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


66-66: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


66-66: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


90-90: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


90-90: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


91-91: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


91-91: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


111-111: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


112-112: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


112-112: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


113-113: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


113-113: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


135-135: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


135-135: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


136-136: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


136-136: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


159-159: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


159-159: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


160-160: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


160-160: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


185-185: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


185-185: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


186-186: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


186-186: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


200-200: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


200-200: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


201-201: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


201-201: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


222-222: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


222-222: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


223-223: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


223-223: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


249-249: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


249-249: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


250-250: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


250-250: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


251-251: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


251-251: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


263-263: Fenced code blocks should have a language specified
null

(MD040, fenced-code-language)

🔇 Additional comments (17)
2025/kubernetes/README.md (17)

1-4: Clear and Informative Header & Introduction
The header (“# Week 7 : Kubernetes Basics & Advanced Challenges”) and introductory paragraph clearly set the context and outline the challenge. The content is informative and gives a good overview of the tasks ahead.


11-12: Horizontal Rule Consistency
The use of the horizontal rule (---) for section separation is clear and appropriate.


13-17: Task 1 Section: Scenario & Overview
The “## Task 1: Understand Kubernetes Architecture & Deploy a Sample Pod” section, along with its scenario description, is well articulated. The instructions are concise and establish the required learning objectives.


39-42: Task 2 Section Introduction Clarity
The “## Task 2: Deploy and Manage Core Kubernetes Objects” section’s introductory text clearly explains the task’s objectives.


69-74: Task 3 Overview Clarity
The introductory text for Task 3 clearly outlines the goal of exposing the application with Services, Ingress, and Network Policies. The scenario is well defined.


75-86: Review Task 3 Steps
The step-by-step instructions for creating a Service, configuring an Ingress, and implementing a Network Policy are clear. Consider reminding users to validate their YAML syntax once deployed.


95-112: Task 4: Storage Management Instructions
The instructions for deploying persistent storage using PV, PVC, and a StorageClass are clear and actionable. Ensure that users eventually include complete YAML examples in their documentation.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

111-111: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


112-112: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


112-112: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


117-137: Task 5: ConfigMaps & Secrets Management
The section on Configuration & Secrets Management is well described. The steps for creating ConfigMaps and Secrets are detailed. Ensure that best practices for handling sensitive data are highlighted.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

135-135: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


135-135: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


136-136: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


136-136: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


140-142: Task 6 Introduction is Clear
The initial description for Autoscaling & Resource Management clearly sets the stage for implementing HPA and optionally VPA.


145-155: Review Task 6 Steps
The steps for deploying an application with resource requests and creating an HPA resource are concise. The optional mention of VPA and the Metrics Server is a nice touch. Consider adding a brief note on monitoring practices.


164-182: Task 7 Part A: RBAC Implementation
The steps for configuring RBAC—including role creation, role binding, and test account setup—are practical and thorough. Providing a reference link to Kubernetes RBAC best practices might further assist users.


182-202: Task 7 Part B: Additional Security Controls
The additional security measures (taints, tolerations, and Pod Disruption Budgets) are clearly explained. Including a sample YAML snippet in the documentation could enhance clarity.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

185-185: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


185-185: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


186-186: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


186-186: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


200-200: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


200-200: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


201-201: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


201-201: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


205-224: Task 8: Job Scheduling & Custom Resources
The instructions for managing scheduled tasks and extending Kubernetes via CRDs are clear. Consider emphasizing the production implications of using CronJobs versus one-time Jobs.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

222-222: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


222-222: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


223-223: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


223-223: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


227-252: Task 9: Bonus Advanced Deployment Options
The bonus task provides flexible options (Helm, Service Mesh, or AWS EKS) that encourage users to explore advanced deployment strategies. The instructions are sufficiently open-ended while still guiding the user.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

249-249: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


249-249: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


250-250: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


250-250: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


251-251: Unordered list indentation
Expected: 0; Actual: 1

(MD007, ul-indent)


251-251: Multiple spaces after blockquote symbol
null

(MD027, no-multiple-space-blockquote)


277-283: Supplementary Resources Section
The list of “TrainWithShubham Resources for Kubernetes” is a valuable addition, providing users with optional materials to deepen their understanding.


285-293: Additional Resources
The additional resources section is well curated and offers a broad set of links for further Kubernetes learning.


297-300: Final Instructions Clarity
The concluding section succinctly summarizes the tasks and expectations. This clear wrap-up should help users ensure that all elements of the challenge are addressed.

@LondheShubham153 LondheShubham153 merged commit 628e658 into TrainWithShubham:master Mar 9, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants