Blog Posts

Kubernetes VS Docker

Learn about Kubernetes and Docker and gain a better understanding of how these technologies are used in the Cloud Native ecosystem.

Kubernetes “what is”

Our DevOps engineers explain basic Kubernetes and container concepts, such as Nodes, Pods, Deployments, and many more.

Finding Vulnerabilities Using eBPF Probes in Python Using ARVOS

We explored the functionality, accuracy, performance and usability of function call tracing in Python using ARVOS to detect the runtime usage of known vulnerable code. We found that the approach is functional with 100% accuracy, but with an unfortunate 50% decrease in the performance of the traced application.