-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from imoisharma/imoisharma-patch-2
Update README.md
- Loading branch information
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,19 @@ | ||
## K8s-Workload Repository | ||
A practical guide created for everyone to learn K8s and build Highly available & scalable environment. Every week, new scripts, configs, security, network-policies are added, also included some deployment via EKS. | ||
A practical guide created for everyone to learn K8s and build a Highly available & scalable environment. Every week, new scripts, configs, security, and network policies are added, including some deployment via EKS. | ||
|
||
Article: [How to Build Highly Available Kubernetes Clusters on AWS | K8s Series By M. Sharma (On-Demand)](https://imoisharma.medium.com/how-to-build-highly-available-kubernetes-clusters-on-aws-k8s-series-by-m-sharma-on-demand-7adb206c3a9?source=your_stories_page-------------------------------------) <br> | ||
Article: [Namespaces in Kubernetes | K8s Series By M. Sharma (On-Demand) Part 2](https://imoisharma.medium.com/namespaces-in-kubernetes-k8s-series-by-m-sharma-on-demand-part-2-65e455b846a0) | ||
|
||
More updates will coming soon... | ||
**Table of Contents** | ||
- [Cluster Setup](https://github.com/imoisharma/K8s-Workloads/tree/master/cluster-setup) | ||
- [K8s Configuration](https://github.com/imoisharma/K8s-Workloads/tree/master/configuration) | ||
- [K8s Containers](https://github.com/imoisharma/K8s-Workloads/tree/master/containers) | ||
- [K8s Deployment](https://github.com/imoisharma/K8s-Workloads/tree/master/deployment) | ||
- [K8s Init-Containers](https://github.com/imoisharma/K8s-Workloads/tree/master/init-containers) | ||
- [K8s Jobs](https://github.com/imoisharma/K8s-Workloads/tree/master/jobs) | ||
- [K8s Namespaces](https://github.com/imoisharma/K8s-Workloads/tree/master/namespaces) | ||
- [K8s Network Policy](https://github.com/imoisharma/K8s-Workloads/tree/master/network-policy) | ||
- [K8s Pods](https://github.com/imoisharma/K8s-Workloads/tree/master/pods) | ||
- [K8s Statefulset](https://github.com/imoisharma/K8s-Workloads/tree/master/statefulset) | ||
- [K8s Storage Class](https://github.com/imoisharma/K8s-Workloads/tree/master/storage) | ||
|