Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sharmilas22/my-k8s-docs
https://github.com/sharmilas22/my-k8s-docs
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/sharmilas22/my-k8s-docs
- Owner: SharmilaS22
- Created: 2024-01-09T14:31:46.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-06T18:21:47.000Z (8 months ago)
- Last Synced: 2024-03-06T19:56:24.695Z (8 months ago)
- Size: 1.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: Security/apiGroups.md
Awesome Lists containing this project
README
# My k8s notes
Resources:
- CKA course on Udemy by Mumshad
---Important Links:
- https://kubernetes.io/docs/reference/kubectl/cheatsheet
- https://discuss.kubernetes.io
- https://kubernetes.io/docs/home/
---Docs:
- [Namespaces](Resources/namespaces.md)
- [Imperative commands](Resources/imperative-cmds.md)
### Scheduling:
- [Basics](Scheduling/basics.md)
- [Taints and Tolerations](Scheduling/taints&Tolerations.md)
- [Node Selectors and Node Affinity](Scheduling/nodeAffinity.md)
- [Resource Limits](Scheduling/resourceLimits.md)
- [Daemon Set](Scheduling/DaemonSets.md)
- [Static pod](Scheduling/staticPods.md)
- [multipleSchedulers]()### [Monitoring](Logging/MonitorClusterComp.md) and [Logging](Logging/ManageAppLogs.md)
### App Lifecycle Management
- [Arguments and Commands](AppLifecycle/arguments.md)
- [Rolling updates](AppLifecycle/Rollingupdates.md)## Cluster Maintainance
- [Backup](./ClusterMaintainance/backup.md)
- [OS Upgrades](./ClusterMaintainance/OS_Upgrades.md)## Security
- [authentication](./Security/auth.md)
- [tls](./Security/tls.md)
- [authorization](./Security/authorization.md)
- [apiGroups](./Security/apiGroups.md)
- [Service accounts](./Security/serviceAccounts.md)
- [private registry images](./Security/privateImage.md)
- [network Policy](./Security/networkpolicy.yaml)