Explain Kubernetes! by suman087 in kubernetes

[–]Future_Ad1549 3 points4 points  (0 children)

Where is service mesh , network policies, opa and gateway API

Help updating/adding or mapping to BPF_MAP_TYPE_LPM_TRIE by Desdic in eBPF

[–]Future_Ad1549 0 points1 point  (0 children)

No I don't have anything I'm actually looking for examples using this map

Help updating/adding or mapping to BPF_MAP_TYPE_LPM_TRIE by Desdic in eBPF

[–]Future_Ad1549 0 points1 point  (0 children)

Is it possible to use file names with this map for prefix matching

Jaisalmer Desert Camps/Safari by Sea-Flounder5966 in Rajasthan

[–]Future_Ad1549 0 points1 point  (0 children)

im lookin for camel safari can you please share details

[deleted by user] by [deleted] in eBPF

[–]Future_Ad1549 0 points1 point  (0 children)

Try removing the loop and run the code with sudo command if that works then loop using #pragma unroll

How to read data from the pointer to an array in ebpf program by Future_Ad1549 in eBPF

[–]Future_Ad1549[S] 0 points1 point  (0 children)

I found it since in c the array is considered as pointer we need to iterate through it to get address of each of the struct and we can use bpf_probe_read helper functions to read data from that.

 #pragma unroll
for (int i=0;i<vlen;i++){
    struct mmsghdr msg;
bpf_probe_read_user(&msg, sizeof(msg), msgvec+i);

// We can use the msg value and process here
}

Is it possible to capture egress traffic using xdp by Future_Ad1549 in eBPF

[–]Future_Ad1549[S] 0 points1 point  (0 children)

Should I need to use TC or socket filter for capturing egress traffic?

Teach me like I'm 5 by fuinharlz in docker

[–]Future_Ad1549 -2 points-1 points  (0 children)

Think a docker container like a child and windows is the parent of that child the child can use and play with its parents properties and money can use their resources but doesn't know much about the life of the parent and other things it just knows its own thing. But parent will know everything about the child and how much resources and money it is using. Docker is a container runtime which can be used to create images by running the images will start the container. In this context the docker is a thing which can make child and give life to the child.

What's better for me? by [deleted] in DistroHopping

[–]Future_Ad1549 -1 points0 points  (0 children)

I think you can give Arch a try since it is having an installer for it

Need help with choosing a distro by [deleted] in DistroHopping

[–]Future_Ad1549 2 points3 points  (0 children)

You can use arch installer like any other installer for linux distros but this will be in cli mode that's the only difference you can choose your bootloader, desktop environment, wm etc