mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-13 12:47:05 +00:00
2.5 KiB
2.5 KiB
Microservices FAQ
- Should I Use A Microservices Architecture? What about the UI? 🌟
- medium.com: STOP!! You don’t need Microservices
- contino.io: How to Make Enterprise Container Strategies That Last (Part One)
- medium.com: Your team might not need Kubernetes
- cybercoders.com: What Hiring Managers look for in a Full Stack Developer
- nginx.com: Introduction to Microservices 🌟🌟🌟
- Dzone: Programming Styles Compared: Spring Framework vis-a-vis Eclipse MicroProfile 🌟🌟
Kubernetes Native
Migration Styles. Lift and Shift Cloud Migration Strategy
- From monolith to containers: How Verizon containerized legacy applications on OpenShift 🌟:
- Lift and shift is a cloud migration strategy that refers to removing workloads and tasks from one storage location and placing them in another, usually cloud-based, location.
- Moving applications to the cloud can be challenging if you are unprepared. In fact, many businesses experience some level of migration failure because of poor planning.
- The lift and shift migration style is one of the approaches that can help you transition to the cloud without the need to redesign applications or disrupt workflow operations.
- It all starts with containerizing the applications using platforms like Docker and then moving entirely to a microservices architecture.
[](https://medium.com/javarevisited/10-free-spring-boot-tutorials-and-courses-for-java-developers-53dfe084587e)

