DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Please enter at least three characters to search
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Because the DevOps movement has redefined engineering responsibilities, SREs now have to become stewards of observability strategy.

Apache Cassandra combines the benefits of major NoSQL databases to support data management needs not covered by traditional RDBMS vendors.

The software you build is only as secure as the code that powers it. Learn how malicious code creeps into your software supply chain.

Generative AI has transformed nearly every industry. How can you leverage GenAI to improve your productivity and efficiency?

  1. DZone
  2. Refcards
  3. Microservices on Kubernetes
refcard cover
Refcard #296

Microservices on Kubernetes

Having effectively managed microservices in Kubernetes is incredibly important because as Amazon CTO & VP Dr. Werner Vogles says, “Everything fails all the time.” Our Microservices on Kubernetes Refcard will teach you how to deal with this unfortunate truth, introduce microservices technologies, and cover the essential characteristics and design principles of microservices in an orchestration world. This Refcard will also dive into monitoring and logging, which are essential tools in distributed systems like microservice architectures.

Download Refcard
Free PDF for Easy Reference
refcard cover

Written By

author avatar Christian Melendez
Senior Cloud Engineer, Equinix
Table of Contents
► Microservices Overview
Section 1

Microservices Overview

Microservices is not a new architecture style. Back in 2014, Martin Fowler and James Lewis published a post defining microservices. One year later, Kubernetes (the most popular container orchestration at the moment) was open-sourced by Google. In this Refcard, you will find an introduction to these technologies, as well as the essential characteristics and design principles of microservices in an orchestration world. This Refcard will also dive into monitoring and logging, which are essential tools in distributed systems like microservice architectures.

Microservices is an architectural style where every piece of a system lives separately, as an individual service — rather than condensing all the different parts of a system into a single, larger service, as happens with traditional monolithic architectures. It is useful to keep in mind that microservices should not mean as small as possible, but rather should be taken to mean as small as necessary.

Image title

Having multiple services instead of just one brings increased levels of complexity. It adds such questions as: Which service should we update first when it's time to update, especially when there are several services to update simultaneously? There are so many pieces now that automating the deployment of each service becomes a requirement. If there are issues in production, which service is a problem or is causing a problem? Good observability is needed to spot the issue is an imminent need when working with microservices. It seems that with monolith systems, things were simpler. So, is it worth having the additional complexity of decoupling a monolith into several microservices? Sometimes it is, especially when working with systems utilizing Kubernetes in the containers world.

This is page 1 of the Microservices on Kubernetes Refcard. To read the full Refcard, you can download the full PDF above.

Like This Refcard? Read More From DZone

related article thumbnail

DZone Article

Why Kubernetes Is the New Application Server
related article thumbnail

DZone Article

Scaling Azure Microservices for Holiday Peak Traffic Using Automated CI/CD Pipelines and Cost Optimization
related article thumbnail

DZone Article

Agentic AI Systems: Smarter Automation With LangChain and LangGraph
related article thumbnail

DZone Article

Web Crawling for RAG With Crawl4AI
related refcard thumbnail

Free DZone Refcard

Microservices and Workflow Engines
related refcard thumbnail

Free DZone Refcard

Designing Microservices With Cassandra
related refcard thumbnail

Free DZone Refcard

Getting Started With Ballerina
related refcard thumbnail

Free DZone Refcard

Eclipse MicroProfile

ABOUT US

  • About DZone
  • Support and feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends: