Skip to content
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

Update readme.md #7

Merged
merged 1 commit into from
Feb 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Containerisation/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Declarative configurations enable seamless integration into CI/CD pipelines, aut
### 2.3 It is Lightweight

#### No Virtualization Overhead
Unlike traditional virtual machines, containers share the host’s kernel and use lightweight mechanisms—such as **cgroups** for resource isolation. This results in minimal startup times and lower resource overhead while maintaining strong process isolation.
Unlike traditional virtual machines, containers share the host’s kernel and use lightweight mechanisms—such as **cgroups** for resource limits. This results in minimal startup times and lower resource overhead while maintaining strong process isolation.

### 2.4 Consistency

Expand Down Expand Up @@ -317,4 +317,4 @@ config-repo/
7. Skaffold Documentation, Available at: [https://skaffold.dev/docs/](https://skaffold.dev/docs/)
8. Helm Documentation, Available at: [https://helm.sh/docs/](https://helm.sh/docs/)
9. Telepresence Documentation, Available at: [https://www.telepresence.io/docs/quick-start](https://www.telepresence.io/docs/quick-start)
10. Stern GitHub Repository, Available at: [https://github.com/stern/stern](https://github.com/stern/stern)
10. Stern GitHub Repository, Available at: [https://github.com/stern/stern](https://github.com/stern/stern)