Rahul Jadhav

Results 67 issues of Rahul Jadhav

## Feature Request **Short Description** Kubearmor is provided with the [configuration at invoke time](https://github.com/kubearmor/KubeArmor/blob/8e74a245981a1ad53f4bba014705a331f578efe4/deployments/generic/kubearmor.yaml#L82). This means changing the default configuration is not possible without updating the container image. Most of...

enhancement
good first issue

## Feature Request **Short Description** Currently, we see a loss of perf buffer events even with modest workloads. Currently, we use a ebpf perf buffer size of 1024 * 4...

enhancement

## Feature Request Kubearmor has not be tested with [Rancher RKE](https://rancher.com/products/rke). The task involves setting up the sample cluster, verifying kubearmor operations on the cluster and making any fixes if...

enhancement
good first issue
help wanted

## Scenarios that needs to be added to [automated test framework](https://github.com/kubearmor/KubeArmor/tree/main/tests) - [x] syscalls audit #737 (effort medium) - [x] TCP connect, accept handling #779 (effort low) - [ ]...

enhancement
good first issue

## Feature Request **Short Description** Privileged containers are usually frowned upon. Almost every static scanning engine will flag this as an issue. In lot of cases, orgs also deploy admission...

enhancement
mentorship

## GKE Autopilot Support Tried installing kubearmor on GKE autopilot cluster and it failed with following output: ``` [gke_mimetic-kit-294408_asia-south1_rj-autopilot-cluster] gke@pandora:~$ karmor install Auto Detected Environment : gke CRD kubearmorpolicies.security.kubearmor.com ......

enhancement

## Feature Request Kubearmor currently report calls the `open()`, `openat()` system calls to the user space. Most of these accesses are in /proc, /sys, and other system directories. There is...

enhancement

## Feature Request **Short Description** KubeArmor project has garnered interests from edge computing platforms (such as [LF Edge OpenHorizon](https://www.lfedge.org/projects/openhorizon/)). The primary requirement is to support several ARM platforms that are...

enhancement
help wanted
roadmap

## FAQs we can answer: ### General Queries - [ ] What deployments (GKE, EKS, Tanzu, OpenShift) are supported by KubeArmor? How can I check whether my deployment will be...

documentation
enhancement

## Feature Request **Short Description** Currently, the system tests that we have are all based on k8s environment. We need few tests in systemd mode as well. The tests should...

enhancement
good first issue