DETECTING CRYPTO MINERS IN KUBEFLOW

“During April, we observed deployment of a suspect image from a public repository on many different clusters. The image is ddsfdfsaadfs/dfsdf:99. By inspecting the image’s layers, we can see that this image runs an XMRIG miner:” Source

OPTIMIZE DATAFLOW FOR REAL-TIME AND AGGREGATE DATA

A great way to split up your pipeline based on the urgency of results aggregate-data-with-dataflow

CALLING NATIVE LIBRARIES FROM JAVA

When you need to call native libraries from Java, there are several approaches available. Let’s explore each option with its pros and cons.

HOW TO CREATE YOUR OWN CRYPTOCURRENCY

To create your own cryptocurrency, you will need to:

  1. Create a blockchain. This is the underlying technology that will support your cryptocurrency. There are many different blockchain platforms available, such as Ethereum, Bitcoin, and EOS.
  2. Design your cryptocurrency. This includes deciding on the name, symbol, total supply, and distribution method. You will also need to create a mining algorithm.
  3. Create a wallet. This is where your cryptocurrency will be stored. There are many different wallets available, both hardware and software.
  4. Mine your cryptocurrency. This is the process of adding new blocks to the blockchain and earning rewards in the form of your cryptocurrency.
  5. List your cryptocurrency on an exchange. This will allow people to buy and sell your cryptocurrency.

Here are some of the steps involved in minting your own cryptocurrency:

FIXING GCP IAM PERMISSION ISSUES AFTER OUTAGES

After the recent GCP outage related to IAM, I found some odd behaviour with gsutil/gcloud. A script that had faithfully run for many months stopped working with:

BIGQUERY ML VS VERTEX AI: COMPLETE COMPARISON

Choosing Between BigQuery ML and Vertex AI Generative AI

Making the right choice for your machine learning needs requires understanding the key differences between these powerful Google Cloud services.

GCP BUDGET API BETA RELEASED

You can finally set budgets via the API in GCP. This is a huge relief to all those org admins out there who have had to do this manually.

SIMPLIFIED FLINK MANAGEMENT WITH KUBERNETES OPERATORS

How I wish these operators had existed a few years ago when I was setting up Flink…

RUNNING FLINK IN PRODUCTION

This is a great watch for those beginning their journey with Flink.

MANAGING GCP PROJECTS WITH TERRAFORM

An invaluable start on how to start managing GCP projects with Terraform. I wish I’d found this a year ago.