eks-networking-to-be-deleted

# Pod에 쉘로 접속한 후 아래 명령어를 실행합니다.

yum update
yum install -y net-tools
yum install -y hostname
yum install -y tcpdump
yum install -y iproute
yum install -y iputils

tcpdump -i eth0 icmp                                                                            

To install Network MultiTool with Nginx using Helm, you can follow the steps below:

Step 1: Add the Helm Repository Add the Bitnami repository to Helm to access the chart:

helm repo add bitnami https://charts.bitnami.com/bitnami

Step 2: Install Network MultiTool with Nginx Run the following Helm command to install Network MultiTool with Nginx:

helm install my-release bitnami/nginx-ingress-controller

Step 3: Verify the Installation Check the status of the installation with:

kubectl get all

This will install Network MultiTool with Nginx using Helm. Make sure to customize the installation by adjusting the configuration settings as per your requirements.

kubectl run nettool -it --image ghcr.io/c1t1d0s7/network-multitool --rm
# https://github.com/wbitt/Network-MultiTool

kubectl run nwtool --image praqma/network-multitool

kubectl run nettool --image=praqma/network-multitool -it --restart=Never -- /bin/bash

Last updated