About the IDS I’m developing

I've been researching all summer, both in home automation with Python, zero trust architecture, distributed software and big data with Scala/Spark/Java, a cybersecurity project in which I discovered a, in my opinion, very serious flaw in YouTube and video providers, as it literally allows the exfiltration of confidential information from the attacked company by saving…

Some notes from a k8s course

Hi, I'm going to share all my notes that I've created from doing a couple of courses on k8s taught by Bret Fisher on Udemy. The courses, which I recommend, are this one and this one. First of all, thank you very much Bret. It is huge file, so i will share the whole file…

Troubleshooting k8s, helm, etc

https://static.learnk8s.io/troubleshooting-kubernetes.aeb4a7d680aedf1c970e51ad6ad05548.pdf This is an internal post of mine, to remember things I have to finish, tabs open for a long time in Safari, things like that. https://kubernetes.io/es/docs/home/ https://learnk8s.io/templating-yaml-with-code Bonus track, some useful resources. https://java.by-comparison.com https://devresourc.es (Create cool posts) https://carbon.now.sh/tH8akpzZiWj8OrjC2Pzv (Daniel`scala course. Basic.) https://rockthejvm.com/p/scala-at-light-speed (Files from the Bret k8s course. Forked) https://github.com/alonsoir/udemy-docker-mastery/tree/main/k8s-yaml (how to install new…

Arquitectura predictiva de imágenes, orientada a eventos, escalable, en tiempo casi real y de alta disponibilidad.

Últimamente he estado mirando cosillas para ver cual es la mejor manera para una arquitectura orientada a eventos ( con Confluent platform, por ejemplo) para conseguir predicciones sobre imágenes, además de luchar con Kubernetes y la plataforma de confluence, ya saben, una manera de tener empaquetado y super fácil un Cluster Kafka/Zookeeper, a la vez…

First steps with Kubernetes

I'm an osx user, so these instructions are intended for this system, in case I have to restart it. Once Docker.app is started, you enter in preferences, Kubernetes, click on initialize Kubernetes. After a minute or so, you will get the indicator that Kubernetes is up and running. By default the Dashboard does not start,…