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

Cloudflare releases new AI security tools with Cloudflare One

Cloudflare One's new suite of AI-powered Zero Trust security tools includes Cloudflare Gateway, Service Tokens, Cloudflare Tunnel, and Cloud Data Loss Prevention. It helps mitigate risks and prevents data loss incidents while allowing teams to safely use AI tools. The new suite of tools gives admini.. read more  

Cloudflare releases new AI security tools with Cloudflare One
Link
@faun shared a link, 2 years, 10 months ago
FAUN.dev()

How Well Do GPT Models Follow Prompts?

This article discusses the importance of prompt engineering in getting the most out of large language models (LLMs) like GPT. The study evaluates the effectiveness of eight different prompts in generating good summaries of news articles using OpenAI's Turbo model and introduces three new quantitativ.. read more  

How Well Do GPT Models Follow Prompts?
Link
@faun shared a link, 2 years, 10 months ago
FAUN.dev()

Auditoria.ai builds smart assistants for finance with Document AI

Auditoria.AIaims to streamline finance and accounting using AI and natural language technology, automating routine and repetitive tasks so that professionals can focus on strategy and business insights instead. The company's smartbots take care of back-and-forth communication with vendors and custom.. read more  

Auditoria.ai builds smart assistants for finance with Document AI
Link
@faun shared a link, 2 years, 10 months ago
FAUN.dev()

Attacking and securing cloud identities in managed Kubernetes (Amazon EKS)

The post discusses authentication and authorization in Amazon Elastic Kubernetes Service (EKS). It explains how EKS authenticates requests and authorizes access using IAM. It also explores attack vectors like SSRF vulnerabilities and stealing pod identities. The defender-focused section covers preve.. read more  

Attacking and securing cloud identities in managed Kubernetes (Amazon EKS)
Link
@faun shared a link, 2 years, 10 months ago
FAUN.dev()

The challenges of monitoring Kubernetes for observability

Monitoring and managing Kubernetes presents unique challenges due to its dynamic and distributed nature. Traditional monitoring tools are inadequate for the complexity of modern distributed systems. Kubernetes observability requires a different approach that consolidates telemetry data, generates in.. read more  

The challenges of monitoring Kubernetes for observability
Link
@faun shared a link, 2 years, 10 months ago
FAUN.dev()

Having fun with seccomp profiles on the edge

TheSecurity Profiles Operator (SPO)is a Kubernetes feature that simplifies managing seccomp, SELinux, and AppArmor profiles. The SPO's new command-line tool, spoc, allows easy recording and testing of seccomp profiles. It can record profiles from binary invocations, run binaries with applied profile.. read more  

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

Kubernetes development environments

Uninstalling Docker Desktop led to trying various ways to configure a Kubernetes development environment, including Minikube and Kind. The author recommends using Kind due to its support for multiple Kubernetes cluster versions and the ability to run Kubernetes nodes in Docker containers. Additional.. read more  

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

Kelsey Hightower—Present

Learn from Kubernetes superstar Kelsey Hightower on The ReadME Podcast, discussing his journey into tech, the future of Kubernetes, and how to demystify complex technology... read more  

Kelsey Hightower—Present
Link
@faun shared a link, 2 years, 10 months ago
FAUN.dev()

Building a Kubernetes purple teaming lab

Learn how to create a local Kubernetes lab with telemetry monitoring using auditd, Laurel, and Sumo Logic. Follow the step-by-step instructions to provision, configure, and send relevant telemetry to Sumo Logic's free instance to track testing activity using an awesome tool called Vectr... read more  

Building a Kubernetes purple teaming lab
Link
@faun shared a link, 2 years, 10 months ago
FAUN.dev()

Docker Swarm vs. Kubernetes

Docker Swarm and Kubernetes are two popular container orchestration technologies. Docker Swarm is easier to use with its simple installation and user-friendly API, but may fall short for more complex use cases. Kubernetes has a steeper learning curve but offers more advanced tools, a larger communit.. read more  

Docker Swarm vs. Kubernetes