Cloud Intelligence™Cloud Intelligence™

Read stories from our Forward Deployed Engineers.

Engineering Blog

Trusted by platform engineering teams

Stefanini
Software Projects
Shasta Cloud
Flooid
Finlex
Hippo
Island
Claroty
Salt Security

Latest

All Posts

Multi-Cloud Engineering 2018 — A Year in Review
By Vadim SoloveyFeb 19, 20194 min read

Multi-Cloud Engineering 2018 — A Year in Review

2018 is over, and since we are well into 2019 it’s a good time to summarize the state of the multi-cloud business as we have experienced it at DoiT International during 2018, and how we see the future of multi-cloud during 2019 and beyond.

Kaggle Days Paris — Winning Solution
By Gad BenramFeb 14, 20195 min read

Kaggle Days Paris — Winning Solution

Kaggle Days is (almost) officially the most interesting event to meet, learn and compete against the most talented data scientists worldwide. And this is how we won it.

Embracing our future: One Global DoiT International
By Vadim SoloveyFeb 11, 20192 min read

Embracing our future: One Global DoiT International

From the very beginning and since the establishment of DoiT International in late 2010, our vision was to create a global cloud-solution-reseller business while providing our customers with outstanding support on core cloud infrastructure, machine learning, and data analytics.

Kubernetes external API calls — the right way
By Eran ChetzroniJan 30, 20192 min read

Kubernetes external API calls — the right way

Sometimes you will need to call the Kubernetes API from outside the cluster whether it’s to run a job or to list deployments, or anything else the Kubernetes API provides.

Logging real remote IPs in Tomcat logs with Google Load Balancer
By Eran ChetzroniJan 24, 20192 min read

Logging real remote IPs in Tomcat logs with Google Load Balancer

As part of our technical support operations, we have noticed that our customer’s Tomcat server on Google Cloud Platform is not using the correct remote IP address in the access log.

Predicting the Geospatial Availability of Mobility Services like Bird and Lime
By Gad BenramDec 18, 20186 min read

Predicting the Geospatial Availability of Mobility Services like Bird and Lime

Building and deploying production-grade machine learning models can be somewhat tricky. Even with technologies like Google Cloud AutoML, Cloud ML Engine and other out-of-the-box machine learning tools, training models and using them in production systems commonly requires a vast set of skills that can include some advanced Python programming, understanding complex models, SQL and DB technologies. This blog post demonstrates how to build a prediction system for shared cars/bikes/scooters using very simple tools!

Autoscaling K8s HPA with Google HTTP/S Load-Balancer RPS EXTERNAL Stackdriver Metrics
By Eran ChetzroniNov 5, 20185 min read

Autoscaling K8s HPA with Google HTTP/S Load-Balancer RPS EXTERNAL Stackdriver Metrics

Most of the time, we scale our Kubernetes deployments based on metrics such as CPU or memory consumption, but sometimes we need to scale based on external metrics. In this post, I’ll guide you through the process of setting up Horizontal Pod Autoscaler (HPA) autoscaling using any Stackdriver metric; specifically we’ll use the Request Per Second from a Google Cloud HTTP/S Load Balancer.

XGBoost or TensorFlow?
By Gad BenramOct 2, 20185 min read

XGBoost or TensorFlow?

Both XGBoost and TensorFlow are very capable machine learning frameworks but how do you know which one you need? Or perhaps you need both?

Ephi — The ephemeral bot for Slack built with Google App Engine Task Queues
By Aviv LauferSep 25, 20182 min read

Ephi — The ephemeral bot for Slack built with Google App Engine Task Queues

Ephi is a very simple bot for Slack that allows users to send ephemeral messages that are automatically deleted for everyone (i.e. self-destruct messages) after a set period of time. Yes, it’s like Snapchat for Slack, but without the nudity, hopefully ;-)

KubeRBS for automatic Kubernetes rollbacks so you can sleep better at night!
By Aviv LauferSep 13, 20182 min read

KubeRBS for automatic Kubernetes rollbacks so you can sleep better at night!

With the massive adoption of Kubernetes and the fact the continuous delivery has become a standard practice, the rollout of new versions is now more automated than ever. But what happens if you deploy a faulty version? How much time and effort it will take to rollback to the previous, non-faulty version?

Your cloud bill shouldn't be a mystery

Optimization, automation, expertise. In one platform.

Get your kid ETA from school using Google Home, Cloud Functions, Datastore, Maps Directions API, and some Cloud KMS ;-)
By Aviv LauferSep 11, 20182 min read

Get your kid ETA from school using Google Home, Cloud Functions, Datastore, Maps Directions API, and some Cloud KMS ;-)

Recently, I have completed two Google Cloud certifications, - Professional Cloud Architect and Professional Data Engineer. The team at Google Tel-Aviv were nice about it and gave me a Google Home device as a token of their appreciation (thank you Nir Atias & Ifat Yanai!)

SageMaker ML: 5 Easy Steps to Predict Taxi Ride Fare!
By Gad BenramSep 4, 20188 min read

SageMaker ML: 5 Easy Steps to Predict Taxi Ride Fare!

TL;DR: Amazon SageMaker offers an unprecedented easy way of implementing machine learning pipelines, significantly shortening the time to market for data scientists and engineers.