Microservices Archives | Altoros https://www.altoros.com/blog/tag/microservices/ Insight Wed, 19 Feb 2020 21:15:36 +0000 en-US hourly 1 https://wordpress.org/?v=6.0.6 https://www.altoros.com/blog/wp-content/uploads/2022/03/favicon.ico Microservices Archives | Altoros https://www.altoros.com/blog/tag/microservices/ 32 32 Using Istio to Unify Microservices with a Service Mesh on Kubernetes https://www.altoros.com/blog/using-istio-to-unify-microservices-with-a-service-mesh-on-kubernetes/ https://www.altoros.com/blog/using-istio-to-unify-microservices-with-a-service-mesh-on-kubernetes/#respond Mon, 22 Oct 2018 19:39:55 +0000 https://www.altoros.com/blog/?p=37775

The lack of common infrastructure

In a typical Kubernetes environment, services related to tracing, load balancing, telemetry, routing logic, etc. are frequently used but are not shared. This means a microservices developer will have to write his own set of logic to enable shared functionalities.

At a recent Kubernetes meetup in Denver, [...]

The post Using Istio to Unify Microservices with a Service Mesh on Kubernetes appeared first on Altoros.

]]>
https://www.altoros.com/blog/using-istio-to-unify-microservices-with-a-service-mesh-on-kubernetes/feed/ 0
Over-Engineering: When Microservices Are Too “Micro” https://www.altoros.com/blog/over-engineering-when-microservices-are-too-micro/ https://www.altoros.com/blog/over-engineering-when-microservices-are-too-micro/#comments Tue, 20 Jun 2017 20:12:20 +0000 https://www.altoros.com/blog/?p=24948

The risks of too many microservices

Microservices are known to provide certain benefits in terms of complex software systems. They allow for dividing such systems into independent modules that can be deployed, changed, and updated without affecting the entire system or one another. Microservices eliminate dependencies between development teams to certain [...]

The post Over-Engineering: When Microservices Are Too “Micro” appeared first on Altoros.

]]>
https://www.altoros.com/blog/over-engineering-when-microservices-are-too-micro/feed/ 3
RBC Serves Millions of Customers Digitally—with IBM Bluemix, Blockchain, and AI https://www.altoros.com/blog/rbc-serves-millions-of-customers-digitally-with-ibm-bluemix-blockchain-and-ai/ https://www.altoros.com/blog/rbc-serves-millions-of-customers-digitally-with-ibm-bluemix-blockchain-and-ai/#respond Thu, 08 Jun 2017 19:20:59 +0000 https://www.altoros.com/blog/?p=24627

The need to “unlearn and learn again”

Digital transformation is affecting multiple industries and creating new challenges in finance.

Following the trend, the Royal Bank of Canada (RBC) decided to optimize the organization’s processes and services delivered. It is the largest bank in Canada, which has 16M+ customers and 80,000+ employees around [...]

The post RBC Serves Millions of Customers Digitally—with IBM Bluemix, Blockchain, and AI appeared first on Altoros.

]]>
https://www.altoros.com/blog/rbc-serves-millions-of-customers-digitally-with-ibm-bluemix-blockchain-and-ai/feed/ 0
Addressing Complex Software Systems with Microservices and CI/CD https://www.altoros.com/blog/addressing-complex-software-systems-with-microservices-and-ci-cd/ https://www.altoros.com/blog/addressing-complex-software-systems-with-microservices-and-ci-cd/#respond Thu, 27 Apr 2017 19:33:33 +0000 https://www.altoros.com/blog/?p=23332

For a monolithic application—delivered as a single cohesive unit of code—it may take just 2–3 years to become an outdated “black box” that is hard to support and maintain. Over time, a major update may require redeployment of the entire system, while a single failure may turn into a disaster [...]

The post Addressing Complex Software Systems with Microservices and CI/CD appeared first on Altoros.

]]>
https://www.altoros.com/blog/addressing-complex-software-systems-with-microservices-and-ci-cd/feed/ 0
An MSP Provider Builds a Cross-IaaS Management Platform with IBM Bluemix https://www.altoros.com/blog/an-msp-provider-builds-a-cross-iaas-management-platform-with-ibm-bluemix/ https://www.altoros.com/blog/an-msp-provider-builds-a-cross-iaas-management-platform-with-ibm-bluemix/#respond Fri, 10 Mar 2017 15:24:51 +0000 https://www.altoros.com/blog/?p=21712

A need for a multi-tenant cloud management solution

Recent Gartner research revealed that 55% percent of CIOs expect their enterprises to deliver more than half of their applications as SaaS—or manage them in a public cloud infrastructure—by 2020. Many other studies confirm that most of enterprises are already having a multi-cloud [...]

The post An MSP Provider Builds a Cross-IaaS Management Platform with IBM Bluemix appeared first on Altoros.

]]>
https://www.altoros.com/blog/an-msp-provider-builds-a-cross-iaas-management-platform-with-ibm-bluemix/feed/ 0
Microservices with Steeltoe and Cloud Foundry: A .NET App Using MS Face API https://www.altoros.com/blog/microservices-with-steeltoe-and-cloud-foundry-a-dotnet-app-using-microsoft-face-api/ https://www.altoros.com/blog/microservices-with-steeltoe-and-cloud-foundry-a-dotnet-app-using-microsoft-face-api/#respond Tue, 31 Jan 2017 02:06:53 +0000 https://www.altoros.com/blog/?p=20352

Why Steeltoe

Steeltoe is an open-source project that can help developers to create .NET microservices on Cloud Foundry, providing access to Spring Cloud and NetflixOSS tools powering cloud-native Java apps.

In our previous post, we explained how to consume Spring Cloud / NetflixOSS services from a .NET Core app using Steeltoe. If [...]

The post Microservices with Steeltoe and Cloud Foundry: A .NET App Using MS Face API appeared first on Altoros.

]]>
https://www.altoros.com/blog/microservices-with-steeltoe-and-cloud-foundry-a-dotnet-app-using-microsoft-face-api/feed/ 0
Enabling .NET Core Microservices with Steeltoe and Pivotal Cloud Foundry https://www.altoros.com/blog/enabling-dotnet-core-microservices-with-steeltoe-and-pivotal-cloud-foundry/ https://www.altoros.com/blog/enabling-dotnet-core-microservices-with-steeltoe-and-pivotal-cloud-foundry/#comments Mon, 09 Jan 2017 04:15:05 +0000 https://www.altoros.com/blog/?p=19333

What is Steeltoe?

Steeltoe was built to simplify the adoption of microservices for .NET developers. It provides the access to the pool of Spring Cloud and NetflixOSS tools that power cloud-native Java apps. What is more, the new toolkit promises first-class integration with Pivotal Cloud Foundry (PCF).

It also simplifies step-by-step porting [...]

The post Enabling .NET Core Microservices with Steeltoe and Pivotal Cloud Foundry appeared first on Altoros.

]]>
https://www.altoros.com/blog/enabling-dotnet-core-microservices-with-steeltoe-and-pivotal-cloud-foundry/feed/ 20
Microservices and OpenWhisk Made Simple: the Story of Dave https://www.altoros.com/blog/microservices-and-openwhisk-made-simple-the-story-of-dave/ https://www.altoros.com/blog/microservices-and-openwhisk-made-simple-the-story-of-dave/#respond Sun, 31 Jul 2016 22:06:12 +0000 http://www.altoros.com/blog/?p=15342

We already have quite a few posts talking about the ins and outs of OpenWhisk. This promising open-source product for creating event-based microservices is available on IBM Bluemix as a service. At IBM InterConnect, Dr. Andreas Nauerz summarized OpenWhisk and told of a scenario where it may fit.

 

What is OpenWhisk?

The post Microservices and OpenWhisk Made Simple: the Story of Dave appeared first on Altoros.

]]>
https://www.altoros.com/blog/microservices-and-openwhisk-made-simple-the-story-of-dave/feed/ 0
Event-Driven Microservices with OpenWhisk: Comparison to Traditional Models https://www.altoros.com/blog/event-driven-iot-challenges-requirements-difference-ibm-openwhisk/ https://www.altoros.com/blog/event-driven-iot-challenges-requirements-difference-ibm-openwhisk/#comments Mon, 11 Jul 2016 09:14:56 +0000 http://www.altoros.com/blog/?p=15141

A new class of services and apps

Animesh Singh

At a recent meetup in Silicon Valley, Animesh Singh of IBM noted that we’re now in a world of cloud-native apps, written for use in cloud computing environments.

According to Animesh, some key things to keep in mind when writing cloud-native apps [...]

The post Event-Driven Microservices with OpenWhisk: Comparison to Traditional Models appeared first on Altoros.

]]>
https://www.altoros.com/blog/event-driven-iot-challenges-requirements-difference-ibm-openwhisk/feed/ 4
Building Event-Driven Architectures with OpenWhisk https://www.altoros.com/blog/building-event-driven-architectures-with-openwhisk/ https://www.altoros.com/blog/building-event-driven-architectures-with-openwhisk/#respond Thu, 30 Jun 2016 19:50:47 +0000 http://www.altoros.com/blog/?p=14768

JP Genovese, Altoros

Previously, we provided an introduction to OpenWhisk—a distributed service for managing microservices. It allows developers to upload event handlers to a cloud service, then registers those handlers to respond to events. At the Austin meetup, Juan Pablo (JP) Genovese of Altoros provided a deeper insight into [...]

The post Building Event-Driven Architectures with OpenWhisk appeared first on Altoros.

]]>
https://www.altoros.com/blog/building-event-driven-architectures-with-openwhisk/feed/ 0