From 0f1677bd35aeb0c6c8988e2006ac561ea1e3d655 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Mon, 13 Sep 2021 11:12:12 +0200 Subject: [PATCH] Sept 13th --- docs/java_frameworks.md | 1 + docs/kubernetes.md | 32 +++++++++++++++----------- docs/project-management-methodology.md | 13 ++++++----- 3 files changed, 27 insertions(+), 19 deletions(-) diff --git a/docs/java_frameworks.md b/docs/java_frameworks.md index 29611b80..1331a8b2 100644 --- a/docs/java_frameworks.md +++ b/docs/java_frameworks.md @@ -112,6 +112,7 @@ optimizing Enterprise Java for the microservices architecture. - [medium.com: Top 10 Courses to Learn Microservices in Java and Spring Framework](https://medium.com/javarevisited/top-5-courses-to-learn-microservices-in-java-and-spring-framework-e9fed1ba804d) - [dzone: How to Create Microservices Using Spring 🌟](https://dzone.com/articles/how-to-create-microservices-using-spring) Let’s consider the use case of BookMyHotel Web Application, developed by a company known as MyInternetSolutions. - [spring.io: A Java 17 and Jakarta EE 9 baseline for Spring Framework 6](https://spring.io/blog/2021/09/02/a-java-17-and-jakarta-ee-9-baseline-for-spring-framework-6) +- [blog.frankel.ch: Annotation-free Spring](https://blog.frankel.ch/annotation-free-spring/) ### SpringBoot - [SpringBoot](https://spring.io/projects/spring-boot) diff --git a/docs/kubernetes.md b/docs/kubernetes.md index 85be7260..8a026e00 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -80,6 +80,7 @@ - [Spot instances in Kubernetes](#spot-instances-in-kubernetes) - [Pixie. Instantly troubleshoot applications on Kubernetes](#pixie-instantly-troubleshoot-applications-on-kubernetes) - [Kubernetes Incident Report Plan IRP](#kubernetes-incident-report-plan-irp) +- [Bunch of images](#bunch-of-images) - [Videos](#videos) - [Tweets](#tweets) @@ -581,17 +582,6 @@ * [blog.kubecost.com: The Guide to Kubernetes Labels 🌟](https://blog.kubecost.com/blog/kubernetes-labels/) * [kubernetes.io: Alpha in Kubernetes v1.22: API Server Tracing](https://kubernetes.io/blog/2021/09/03/api-server-tracing/) -
-[![Kubernetes architecture](images/kubernetes-pod-creation.png)](https://www.padok.fr/en/blog/kubernetes-architecture-clusters) - -[![10 most common mistakes](images/10_common_kubernetes_mistakes.jpg){: style="width:60%"}](https://blog.pipetail.io/posts/2020-05-04-most-common-mistakes-k8s) - -[![5 Open-source projects that make #Kubernetes even better](images/five-oss-projects-kubernetes.jpg){: style="width:80%"}](https://enterprisersproject.com/article/2020/5/kubernetes-5-open-source-projects-improve) - -[![kubernetes arch multicloud hybrid](images/kubernetes_architecture_multicloud_hybride.jpg){: style="width:70%"}](https://www.journaldunet.com/web-tech/cloud/1492047-comment-kubernetes-perce-les-frontieres-du-cloud/) -
-
- ### Kubernetes Deployment Strategies - [youtube: deployment strategies in kubernetes | recreate | rolling update | blue/green | canary](https://youtu.be/efiMiaFjtn8) - [auth0.com: Deployment Strategies In Kubernetes 🌟](https://auth0.com/blog/deployment-strategies-in-kubernetes) Learn what are the different deployment strategies available in Kubernetes and how to use them. @@ -1096,8 +1086,6 @@ ## Container Ecosystem * [Author: github.com/rootsongjc](https://github.com/rootsongjc) - -[![Kubernetes components](images/kubernetes_components_rootsongjc.jpg)](https://github.com/rootsongjc) ## Container Flowchart * [Assess managed Kubernetes services for your workloads.](https://searchcloudcomputing.techtarget.com/tip/Weigh-the-pros-and-cons-of-managed-Kubernetes-services) Managed services from cloud providers can simplify Kubernetes deployment but create some snags in a multi-cloud model. Follow three steps to see if these services can benefit you. @@ -1121,6 +1109,24 @@ - [cynet.com: Incident Report Plan (IRP)](https://www.cynet.com/incident-response/incident-response-plan/) - [kubermatic.com: A Framework for Kubernetes Incident Response](https://www.kubermatic.com/blog/a-framework-for-kubernetes-incident-response/) +## Bunch of images +
+ Click to expand! + +
+ +[![Kubernetes architecture](images/kubernetes-pod-creation.png)](https://www.padok.fr/en/blog/kubernetes-architecture-clusters) + +[![10 most common mistakes](images/10_common_kubernetes_mistakes.jpg){: style="width:60%"}](https://blog.pipetail.io/posts/2020-05-04-most-common-mistakes-k8s) + +[![5 Open-source projects that make #Kubernetes even better](images/five-oss-projects-kubernetes.jpg){: style="width:80%"}](https://enterprisersproject.com/article/2020/5/kubernetes-5-open-source-projects-improve) + +[![kubernetes arch multicloud hybrid](images/kubernetes_architecture_multicloud_hybride.jpg){: style="width:70%"}](https://www.journaldunet.com/web-tech/cloud/1492047-comment-kubernetes-perce-les-frontieres-du-cloud/) + +[![Kubernetes components](images/kubernetes_components_rootsongjc.jpg)](https://github.com/rootsongjc) +
+
+ ## Videos
Click to expand! diff --git a/docs/project-management-methodology.md b/docs/project-management-methodology.md index 36cda163..132bcbf2 100644 --- a/docs/project-management-methodology.md +++ b/docs/project-management-methodology.md @@ -7,6 +7,7 @@ - [Responsibility Assignment Matrix (RACI)](#responsibility-assignment-matrix-raci) - [KPIs and Employee Performance](#kpis-and-employee-performance) - [MVP Minimum Viable Product](#mvp-minimum-viable-product) +- [Bunch of images](#bunch-of-images) - [Tweets](#tweets) ## Project Management Methodology @@ -85,21 +86,21 @@ - [medium: MVP vs MDP = Viability vs Delight. What You Really Need?](https://medium.com/swlh/mvp-vs-mdp-viability-vs-delight-what-you-really-need-296b42df005d) - [joelcalifa.com: Tiny Wins](https://joelcalifa.com/blog/tiny-wins/) The big benefits of little changes. +## Bunch of images +
+ Click to expand! +
+ [![mvp](images/mvp.png)](http://www.gazafatonarioit.com/2020/09/entiende-el-mvp-producto-minimo-viable.html) -
-
[![agile](images/agile.jpg)](https://www.greycampus.com/blog/agile-and-scrum/agile-vs-scrum-vs-waterfall-vs-kanban) -
-
[![waterfall-agile](images/waterfall-agile.jpg)](https://www.greycampus.com/blog/agile-and-scrum/agile-vs-scrum-vs-waterfall-vs-kanban) -
-
[![scrum-one-min](images/scrum-one-min.jpg)](https://www.greycampus.com/blog/agile-and-scrum/agile-vs-scrum-vs-waterfall-vs-kanban)
+
## Tweets