ContentPosts from @mudit009..
Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

Kubernetes 1.27: Query Node Logs Using The Kubelet API

Kubernetes 1.27 introduces "Node log query," which enables cluster administrators to view logs of services running on the node using kubectl. This feature helps to debug malfunctioning services running on the node and is especially useful for Windows nodes. The feature uses heuristics to retrieve l.. read more  

Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

First-Ever Attack Leveraging Kubernetes RBAC to Backdoor Clusters

Attackers are exploiting Kubernetes RBAC to create backdoors and deploying DaemonSets to take over and hijack resources. The campaign is targeting at least 60 clusters and is caused by misconfigured API servers. The attacker gains persistence by creating a ClusterRole with admin-level privileges, b.. read more  

First-Ever Attack Leveraging Kubernetes RBAC to Backdoor Clusters
Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

Building a Flink Self-Serve Platform on Kubernetes at Scale

Instacart handlesover two trillion events a yearin their data pipelines and adopted Apache Flink for real-time distributed processing in 2021. They have used Flink for real-time decision-making, data augmentation, machine learning, and OLAP events ingestion. Running Flink on AWS' EMR was not suffic.. read more  

Building a Flink Self-Serve Platform on Kubernetes at Scale
Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

Kubernetes Evolution: From Microservices to Batch Processing Powerhouse

The Kubernetes community has recognized the growing demand for batch processing support and has made significant investments in this direction. The Batch Working Group has built numerous improvements to the Job API, making it more robust and flexible to support a wider range of batch processing wor.. read more  

Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

Google Cloud offers Assured Open Source Software for free

Google Cloud has made itsAssured Open Source Software (OSS)service for Java and Python ecosystems available to all organizations at no cost. This comes as a response to the increasing threats hidden in open source software. The code packages available as part of Google’s Assured OSS program are reg.. read more  

Google Cloud offers Assured Open Source Software for free
Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

Google Cloud Platform Vulnerability Led to Stealthy Account Backdoors

A vulnerability in Google Cloud Platform allowed attackers to use an OAuth application to create a backdoor to any Google account, according to cybersecurity firm Astrix. The bug, calledGhostToken, allowed attackers to hide the malicious application from Google users and leverage it to access their .. read more  

Google Cloud Platform Vulnerability Led to Stealthy Account Backdoors
Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

Google moves AI chip engineering team to Google Cloud

Google has shifted its AI chip engineering team to the Google Cloud sector, possibly indicating a focus on AI-powered cloud offerings. Statista datashows that Amazon Web Services holds the largest market share in the cloud sector. While Google has released the Bard chatbot, Microsoft has invested .. read more  

Google moves AI chip engineering team to Google Cloud
Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

Google Cloud Landing Zone with Terraform and Cloud Foundation Fabric FAST

In this blog post on "Creating a Landing Zone for Google Cloud with Terraform and Fabric", the author provides a step-by-step guide to set up a production-ready landing zone on GCP using Google's open sourceFabric Fast, a module reference configuration that automates infrastructure as code. The gui.. read more  

Google Cloud Landing Zone with Terraform and Cloud Foundation Fabric FAST
Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

How to Optimize Google Cloud BigQuery and Control the Cost

The article discusses how a developerunknowingly incurred $3,000 in costs while using Google Cloud BigQuery due to a poorly optimized query. The article outlines three easy steps to optimize the query and reduce costs by 99.97%. These steps include avoiding using "SELECT *", using a partitioned ta.. read more  

Link
@faun shared a link, 2 years, 8 months ago
FAUN.dev()

Ingress in Google Kubernetes Products

Sergey Shcherbakov provides a breakdown of the options for arranging network ingress traffic into Kubernetes clusters, specifically in Google Cloud (GKE) or on-premise (Anthos on Bare Metal, Anthos on VMware). The article disambiguates many technical terms often used in discussions around network i.. read more  

Ingress in Google Kubernetes Products