ContentPosts from @swarna-padma..
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

What to know once you chose bare metal for your K8s clusters

Why you may want to run your Kubernetes clusters on bare metal, plus key considerations and best practices for doing so... read more  

What to know once you chose bare metal for your K8s clusters
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

10 Tools for Scaling Microservices

Scale your microservices with Helios, Prometheus, AWS Lambda, Apache Kafka, RabbitMQ, Kubernetes, Postman and more.. read more  

10 Tools for Scaling Microservices
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Installing Istio (Not Anthos Service Mesh) on GKE Autopilot

Learn how to enable the NET_ADMIN capability and install Istio on a GKE Autopilot cluster to take advantage of service mesh benefits... read more  

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

Cert-manager for GKE Multi Cluster Ingress

Learn how to set up Multi Cluster Ingress in GKE and integrate Cert-manager for automated certificate management... read more  

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

Centrally manage the scope of Istio resources in a multi-tenant Kubernetes cluster

Limiting the impact of Istio resources on network traffic in a multi-tenant cluster is important... read more  

Centrally manage the scope of Istio resources in a multi-tenant Kubernetes cluster
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Fight The Hidden Cost of Regional Kubernetes Clusters — Cross Zonal Egress

Using Istio as a service mesh in your Kubernetes cluster allows for advanced traffic management, including locality aware routing. This feature prioritizes sending traffic to the closest pod, reducing cross zonal costs and improving latency... read more  

Fight The Hidden Cost of Regional Kubernetes Clusters — Cross Zonal Egress
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Malicious Docker Hub Container Images Used for Cryptocurrency Mining

Increased container adoption has led to a rise in threats to DevOps pipelines, including abuse of container images for malicious activities. Docker recently removed two malicious images found on Docker Hub used for cryptocurrency mining... read more  

Malicious Docker Hub Container Images Used for Cryptocurrency Mining
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Kubernetes Grey Zone: Risks in Managed Cluster Middleware

Are your managed Kubernetes clusters safe from the risks posed by middleware components? Learn how to secure your clusters and mitigate middleware risks... read more  

Kubernetes Grey Zone: Risks in Managed Cluster Middleware
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Pandas fillna vs scikit-learn SimpleImputer

Both pandas and scikit-learn provide tools for dealing with missing data. Pandas offers a "fillna" functionality that can perform univariate imputations as well as more advanced tasks such as working with dates and forward/backward filling. In comparison, scikit-learn's SimpleImputer only offers bas.. read more  

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

Some Gotchas with OpenAI's Function Call Feature and How to Handle Them

The function call feature in OpenAI's ChatGPT APIs allows us to perform tasks by calling functions in the model's response. There are potential challenges when using this feature, such as generating accurate function call arguments, handling chains of function calls, and avoiding hallucinations of f.. read more  

Some Gotchas with OpenAI's Function Call Feature and How to Handle Them