mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-03-06 03:30:44 +00:00
14 KiB
14 KiB
Introduction. From Java EE To Cloud Native. Microservice Architecture. Openshift VS Kubernetes
- Introduction
- Namespaces for Data Structuring
- From SysAdmin to Architect
- Raft Consensus Algorithm
- PaaS
- Modular Monolith
- From Java EE To Cloud Native
- Monolith to Microservices Using the Strangler Pattern
- Openshift VS Kubernetes
- Career Path
- Full Stack Developer's Roadmap
- Software Development Models
- Software Development Tools
Introduction
- developers.redhat.com: Why Kubernetes is The New Application Server
- Dzone.com: Kubernetes in 10 minutes: A Complete Guide
- redhat.com: Why choose Red Hat for microservices?
- Monoliths are the future
- weave.works: Going Cloud Native: 6 essential things you need to know
- Operators and Sidecars Are the New Model for Software Delivery
- Dzone: What Is Kubernetes?
- jaxenter.com: Practical Implications for Adopting a Multi-Cluster, Multi-Cloud Kubernetes Strategy
- jaxenter.com: Six Essential Kubernetes Extensions to Add to Your Toolkit 🌟
- thoughtworks.com: Kubernetes
- addwebsolution.com: How Kubernetes helps businesses manage their IT infrastructure?
- Dzone: How to Kill Your Developer Productivity
- loves.cloud: Kubernetes: An Introduction
- thenewstack.io: Microservices vs. Monoliths: An Operational Comparison
- weave.works: 6 Business Benefits of Kubernetes
- ituser.es: Las principales habilidades que un arquitecto cloud necesita para triunfar
- Introducing Domain-Oriented Microservice Architecture 🌟
- Monolithic versus Microservice architecture
- Modernize legacy applications with containers, microservices To break down monolithic apps and modernize them for cloud deployment, enterprise development teams continue to turn to containers and microservices.
- blog.heroku.com: Deconstructing Monolithic Applications into Services
- vmware.com: How to Deconstruct a Monolith using Microservices – Getting Ready for Cloud-Native
- thenewstack.io: 7 Best Practices to Build and Maintain Resilient Applications and Infrastructure
- viewnext.com: Front End vs Back End (spanish)
- thenewstack.io: What is the modern cloud native stack? 🌟🌟
- thenewstack.io: Do I Really Need Kubernetes? 🌟
- cncf.io: Top 7 challenges to becoming cloud native
- dewanahmed.com: When to go K8s-native - A tale of CI/CD servers
- capstonec.com: You Will Love These Cloud-native App Architecture Patterns 🌟
- lavanguardia.com: Por qué la transformación digital es mentira 🌟
- devops.com: 6 Advantages of Microservices
- cloudpundit.com: Don’t boil the ocean to create your cloud 🌟
- hcltech.com: DevOps Tools and Technologies to Manage Microservices 🌟
- redhat.com: A sysadmin's guide to containerizing applications Curious how to containerize your Linux applications? Learn by example, and understand the challenges of various application types and how to overcome them.
- opensource.com: 6 container concepts you need to understand Containers are everywhere, and they've radically changed the IT landscape. What do you need to know about them?
- devops.com: Why Boring Tech is Best to Avoid a Microservices Mess
- blog.upbound.io: Managed Services Don’t Always Lead to Vendor Lock-In 🌟
- softwareengineeringdaily.com: Kubernetes vs. Serverless with Matt Ward (podcast) 🌟
- softwareengineeringdaily.com: The Rise of Platform Engineering 🌟
- thenewstack.io: 3 Reasons Why You Can’t Afford to Ignore Cloud Native Computing 🌟
- thenewstack.io: Defining a Different Kubernetes User Interface for the Next Decade
- thenewstack.io: React in Real-Time with Event-Driven APIs
- codeopinion.com: Splitting up a Monolith into Microservices 🌟
- towardsdatascience.com: Learning From Microservices — as a Data Engineer 🌟 Why Software Engineers moved to microservices and how we could learn from their experience
- javarevisited.blogspot.com: Why Every Programmer, DevOps Engineer Should learn Docker and Kubernetes in 2020
Namespaces for Data Structuring
From SysAdmin to Architect
- redhat.com: 5 strategies to shift your career from sysadmin to architect Many engineers make the shift from hands-on-keyboard system administration to building architectures as an architect. Here are five ways they make the shift.
Raft Consensus Algorithm
- The Raft Consensus Algorithm 🌟 etcd is a “distributed reliable key-value store for the most critical data of a distributed system”. It uses the Raft consensus algorithm which was designed to be easy to understand, to scale, and to operate. The protocol and the etcd implementation were very quickly adopted by large distributed systems like Kubernetes, large distributed databases or messaging frameworks, where consensus and strong consistency is a must.
PaaS
Modular Monolith
From Java EE To Cloud Native
- wikipedia: Java Enterprise Edition (Java EE)
- lightbend.com: From Java EE To Cloud Native: The End Of The Heavyweight Era 🌟
Monolith to Microservices Using the Strangler Pattern
- dzone: Monolith to Microservices Using the Strangler Pattern 🌟 The Strangler Pattern is a popular design pattern to incrementally transform your monolithic application into microservices by replacing a particular functionality with a new service. Once the new functionality is ready, the old component is strangled, the new service is put into use, and the old component is decommissioned altogether.
- overops.com: Strangler Pattern: How to Deal With Legacy Code During the Container Revolution
Openshift VS Kubernetes
- cloudowski.com: 10 most important differences between OpenShift and Kubernetes 🌟
- Dzone.com: 4 Cluster Management Tools to Compare
- Dzone.com: A Comparison of Kubernetes Distributions
- thestack.com: OpenShift in a world of KaaS 🌟
- medium.com: The Differences Between Kubernetes and Openshift
- blog.netsil.com: Kubernetes vs Openshift vs Tectonic: Comparing Enterprise Options
- kubedex.com: Kubernetes On-Prem, OpenShift vs PKS vs Rancher
- elastisys.com: OpenShift Features and Their Kubernetes Counterparts 🌟
- medium.com: Kubernetes — What Is It, What Problems Does It Solve and How Does It Compare With Alternatives?
- spec-india.com: Kubernetes VS Openshift (July 23rd 2019)
- phoenixnap.com: Kubernetes vs OpenShift: Key Differences Compared 🌟
- crn.com: Red Hat CEO: We Have A ‘Head Start’ Over VMware, Competitors In Kubernetes Red Hat CEO Paul Cormier speaks with CRN about the role IBM has played in Red Hat’s channel strategy, how the company has preserved its independence under Big Blue, and why Red Hat will win in the ultra-competitive Kubernetes market.
- redhat.com ebook: Red Hat OpenShift and Kubernetes ... what's the difference? 🌟
Career Path
Full Stack Developer's Roadmap
Software Development Models
- dzone: 7 Software Development Models You Should Know Software Development Models are integral to the success (or failure) of a project. Here are 7 models you should know, from Waterfall to the V-Model to Scrum.



