Amazon EKS clusters are a managed Kubernetes service that makes it easy for you to deploy and manage containerized applications on AWS. Amazon EKS runs the Kubernetes management infrastructure for you across multiple AWS Availability Zones to eliminate a single point of failure. Amazon EKS is also integrated with many AWS services to provide robust […]
How to grow your business with Data Mesh and Data Lake on AWS What is Data Mesh? We define a data mesh as an infrastructure allowing different data consumers to share, consume, and collaborate on the same data without directly accessing or storing it. A data mesh consists of two primary components: a data discovery […]
If you’re a developer or DevOps engineer, you’re going to have to learn YAML sooner or later. Why? Because it’s the standard format for describing configuration files used in modern software development. If your job involves writing code for things like Kubernetes, OpenShift, Ansible, Puppet, SaltStack or any other modern DevOps toolkit then it’s time […]
SSL, or Secure Sockets Layer, is a protocol that provides communication security over the internet. SSL uses encryption to protect data transmitted between devices, making it ideal for protecting sensitive information like credit card numbers and login credentials. Two-way SSL, also known as mutual SSL, adds an extra layer of security by requiring both the […]
DevOps is a hot topic in the programming world these days. But what is it, exactly? And how can you go about implementing DevOps concepts in your own work? In this blog post, we’ll explore the answers to these questions and more. So whether you’re a programmer who’s just getting started with DevOps or an […]
How to monitor DataBricks with Amazon CloudWatch Importance of Monitoring Systems Software engineers often forget the importance of monitoring systems that run their infrastructure. When things go wrong, they do not have the tools to detect and react to issues fast enough. This can be dangerous because it may take them hours or even days […]
Load Balancing is often associated with a web server where multiple web servers must work together to host a website. To help ensure this, there are some critical aspects of load balancing that are essential. These tasks include: managing traffic spikes and preventing the network load from overtaking one server, minimizing the client request response […]
Prometheus is a monitoring application tool. That is, it primarily stores time series of numerical values. Each of these time series is identified by a combination of text-based labels, which causes it to filter through PromQL, the query language. But, before we get into the features that have made Prometheus the de-facto monitoring standard, let’s […]
AWS Lambda is a compute service that lets you run code without provisioning or managing servers. Lambda automatically scales your application by running code in response to each trigger. Your code runs in parallel and processes each trigger individually, scaling precisely with the size of your workloads. Even if you process a million events per […]
You’ve probably heard of Kubernetes, but if not, it’s a cloud platform that enables you to quickly and easily deploy and manage containers across a cluster of computers. One of the most popular ways to run machine learning on Kubernetes is using the TensorFlow framework. Recent versions of Kubeflow use TensorFlow Serving on Kubernetes without […]