From 3a2fda5a895b38930287c385cee85c19522cde80 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Thu, 23 Sep 2021 17:41:02 +0200 Subject: [PATCH] Sept 23rd --- docs/aws.md | 1 + docs/index.md | 2 +- docs/kubernetes.md | 2 ++ docs/linux.md | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/aws.md b/docs/aws.md index 216a205c..98e3f087 100644 --- a/docs/aws.md +++ b/docs/aws.md @@ -185,6 +185,7 @@ You can filter by topic using the toolbar above. - [acloudguru.com: 12 AWS Config rules that every account should have](https://acloudguru.com/blog/engineering/12-aws-config-rules-that-every-account-should-have) - [cloudonaut.io: EC2 Checklist: 7 things to do after launching an instance](https://cloudonaut.io/ec2-checklist-seven-things-to-do-after-launching-an-instance/) - [medium: 6 Lessons Learned - Migrating Application on Production](https://medium.com/swlh/6-lessons-learned-from-migrating-web-application-on-production-ce9add8e63f3) +- [lastweekinaws.com: 17 More Ways to Run Containers on AWS](https://www.lastweekinaws.com/blog/17-more-ways-to-run-containers-on-aws/) ### Books - [gocloudarchitects.com: AWS Certified Solutions Architect Associate Exam Guide](https://www.gocloudarchitects.com/free-csa-a-ebook/) diff --git a/docs/index.md b/docs/index.md index 2b2a0acf..36a326e0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -47,7 +47,7 @@ A curated list of awesome references collected since 2018. Microservices archite - [How Your Application Architecture Has Evolved 🌟](https://dzone.com/articles/how-your-application-architecture-evolved) - [Kubernetes magic is in enterprise standardization, not app portability 🌟](https://www.techrepublic.com/article/kubernetes-magic-is-in-enterprise-standardization-not-app-portability/) - [A new role to emerge: Kubernetes Manager 🌟](https://containerjournal.com/features/the-rise-of-the-kubemaster/) -- [Google DORA Report: State of DevOps 2021 🌟](https://cloud.google.com/blog/products/devops-sre/announcing-dora-2021-accelerate-state-of-devops-report) +- [Google DORA Report: State of DevOps 2021 🌟](https://cloud.google.com/blog/products/devops-sre/announcing-dora-2021-accelerate-state-of-devops-report) How to accelerate DevOps ## Introduction - [From Java EE To Cloud Native. Microservice Architecture. Openshift VS Kubernetes](introduction.md) diff --git a/docs/kubernetes.md b/docs/kubernetes.md index f22a71f8..788658e5 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -1135,6 +1135,8 @@

Unpopular opinion: Kubernetes doesn't have a clear separation between admin and app developer APIs, and we acknowledged this as a source of complexity but maybe this is why it became successful.

— Jaana Dogan γƒ€γƒŠ ドガン (@rakyll) September 9, 2021

Kubernetes saved us from a world of completely proprietary Cloud APIs and provided a trustworthy basis for an open ecosystem of infrastructure tools and APIs. https://t.co/i67orzir2O

— Ian Lewis πŸ’‰πŸ’‰ (@IanMLewis) September 11, 2021
+ +

As more enterprises embrace #containers, they’ll find they need #Kubernetes, too. With our open approach, #K8s does more. Here’s how: https://t.co/y9TciK53F1 pic.twitter.com/CPWHcy5TOZ

— Nicholas Gerasimatos - Red Hat (@nicholas_redhat) September 23, 2021
diff --git a/docs/linux.md b/docs/linux.md index b8b18562..eda9257a 100644 --- a/docs/linux.md +++ b/docs/linux.md @@ -212,6 +212,7 @@ - [thenewstack.io: An Introduction to AWK](https://thenewstack.io/an-introduction-to-awk/) - [cyberciti.biz: How to repeat a character β€˜n’ times in Bash](https://www.cyberciti.biz/faq/repeat-a-character-in-bash-script-under-linux-unix/) - [redhat.com: 2 Bash commands to change strings in multiple files at once](https://www.redhat.com/sysadmin/edit-text-bash-command) Search and replace text in several files simultaneously, right from the Linux terminal, to gain efficiency and minimize mistakes. +- [cyberciti.biz: Bash Read Comma Separated CSV File on Linux / Unix](https://www.cyberciti.biz/faq/unix-linux-bash-read-comma-separated-cvsfile) ## Zsh - [Oh My Zsh](https://ohmyz.sh/) Oh My Zsh is a delightful, open source, community-driven framework for managing your Zsh configuration. It comes bundled with thousands of helpful functions, helpers, plugins, themes, and a few things that make you shout...