mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-06-10 16:02:50 -04:00
🥯 Add more references
This commit is contained in:
parent
a7998dd3d7
commit
60aae380b2
3 changed files with 21 additions and 4 deletions
|
@ -40,8 +40,13 @@ Remove stopped containers, dangling images, the build cache, and unused networks
|
|||
docker system prune
|
||||
```
|
||||
|
||||
### Learning
|
||||
### Tutorials and Articles
|
||||
|
||||
## Docker Certified Associate exam
|
||||
### Containers in General
|
||||
|
||||
* [Container Technology Wiki ](https://www.aquasec.com/wiki/display/containers/).
|
||||
|
||||
#### Docker Certified Associate exam
|
||||
|
||||
* [250 Practice Questions for the DCA Exam](https://medium.com/bb-tutorials-and-thoughts/250-practice-questions-for-the-dca-exam-84f3b9e8f5ce).
|
||||
|
||||
* [250 Practice Questions for the DCA Exam](https://medium.com/bb-tutorials-and-thoughts/250-practice-questions-for-the-dca-exam-84f3b9e8f5ce).
|
|
@ -1,4 +1,10 @@
|
|||
# AWS EKS
|
||||
# AWS EKS
|
||||
|
||||
|
||||
## Tutorials & Articles
|
||||
|
||||
* [Provision a Kubernetes Cluster in Amazon EKS with Weaveworks eksctl and AWS CDK](https://blog.reactioncommerce.com/deploying-kubernetes-clusters-in-aws-eks-with-the-aws-cloud-development-kit/).
|
||||
|
||||
|
||||
## Creating EKS cluster using the eksctl CLI
|
||||
|
||||
|
|
|
@ -63,3 +63,9 @@ Services objects allow pods to communicate with other pods.
|
|||
* [Are you Ready to Manage your Infrastructure like Google?](http://blog.jetstack.io/blog/k8s-getting-started-part1/).
|
||||
* [Google is years ahead when it comes to the cloud, but it's happy the world is catching up](http://www.businessinsider.in/Google-is-years-ahead-when-it-comes-to-the-cloud-but-its-happy-the-world-is-catching-up/articleshow/47793327.cms).
|
||||
* [Top Reasons Businesses Should Move to Kubernetes Now](http://supergiant.io/blog/top-reasons-businesses-should-move-to-kubernetes-now) .
|
||||
|
||||
|
||||
## Prometheus Operator
|
||||
|
||||
* [Monitor external services with the prometheus operator](https://jpweber.io/blog/monitor-external-services-with-the-prometheus-operator/).
|
||||
* [Prometheus Operator — How to monitor an external service](https://devops.college/prometheus-operator-how-to-monitor-an-external-service-3cb6ac8d5acb).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue