Blog

  • How IoT is Transforming Smart Shopping
  • Turning Retail Pain into Smart Gain
  • Another Big Win for Axonize & Deutsche Telekom
  • Insights from 1,300 IoT projects in 2018 & What to Expect in 2019
  • Smart city orchestration in action – connecting all city smart apps
  • IoT Sensors & Bundles & Platforms, Oh My!
  • Break Your Sensors Out of Their Silos
  • Achieving in-transit visibility in complex supply chains
  • Case Study: How Megla is Implementing IoT to Unleash Data
  • Growing Gains: Microsoft on scaling to hundreds of microservices
  • Axonize launches partnership with Singtel and enters the Asian and Australian markets
  • Case Study: How Groupe Tera is Using IoT to Measure Air Quality Sensor Data
  • Case Study: Deutsche Telekom Selects the Axonize IoT Orchestration Platform
  • Case Study: How Optus is Using IoT to Disrupt the Retail Industry in Australia
  • Diving into Edge Computing
  • AXONIZE SELECTED AS ONE OF THE TOP IOT STARTUPS OF 2018
  • Case Study: Fast Food Chain Saves 27% on energy consumption
  • Case Study: Hotel Improves Efficiency & Customer Experience with IoT
  • Case Study: Presidential House Installs Comprehensive Monitoring of Mission Critical Server Room
  • POPULAR IOT PROTOCOLS 2018: AN OVERVIEW & COMPARISON [Updated]
  • Deutsche Telekom IoT Leadership Visits Bezeq & Axonize
  • Accelerating time-to-market by 90% with Microsoft Azure
  • Axonize Wins Deutsche Telekom Investment for Innovative IoT Platform
  • Using IoT Orchestration to Break Down the Silos
  • What is IoT orchestration?
  • How facility managers are "smartifying" their buildings for increased profitability
  • Case Study: How Bezeq is ‘Smartifying’ Kindergartens & Schools
  • The 4 keys to starting small and scaling successfully in IoT
  • IoT revenue is in the application development for service providers
  • Most Popular IoT Use Case? Smart Energy Management
  • Everything You Need to Know: Deloitte's The Building of the Future Meetup
  • Axonize named one of the top 10 most disruptive companies
  • What is an IoT Platform & When to Use One
  • Popular IoT protocols: An overview & comparison
  • Case Study: Leading Israeli service provider Bezeq chooses Axonize to deliver digital business services
  • The most frequently asked IoT questions
  • How System Integrators are growing their IoT business these days
  • The survey results are in: Integrators’ top roadblocks to IoT business growth
  • In It To Win IT: How to get to a live IoT project in 4 days
  • In it to win it: why system integrators should be taking over IoT
  • Joining Collections in MongoDB using the C# driver and LINQ
  • Simple or sophisticated? What kind of IoT platform do you need?
  • The Benefits & Downfalls of Using Azure Stream Analytics for IOT Applications
  • The Case for A Smart Campus, From Someone Who Would Benefit
  • The Top 3 Considerations in Evaluating and Selecting an IoT Platform

A good problem to have is growth. Our R&D team recently had the opportunity to work with Microsoft developers on reducing the overhead involved in on-boarding new clients, and introducing increased scalability.

Micro-services break up a large project into smaller services organized around business functions. These smaller services can be enhanced and extended individually without impacting the full application. They can be optimized and scaled independently.

Each “IoT event” should use the micro-services it needs, in order to optimize the architecture per event.

Due to accelerating growth, we needed a way to deploy hundreds of data gateways, a micro-service that standardizes the data structure of any sensor or system, so that the IoT application can run business logic, rules, alerts and analytics on data from different sources.

The micro-services needed to get to our Azure Managed Kubernetes – AKS cluster. We worked with the Microsoft Commercial Software Engineering team (CSE) to find a solution that would maximize customer flexibility and scalability.

Microsoft wrote a full post on how to use Helm and Expose as a service. They provide diagrams and code examples on building a K8S Http API for Helm and serve micro-services using a single IP.  Many companies are looking to serve multiple micro-services in an automated manner. This post by Microsoft and Axonize will explain how this is done, by giving you an in-depth look into the architecture that makes this a possibility. Check out the full post here: “How to Build A K8S Http API For Helm, and Serve Micro-services Using A Single IP”.