IBM QRadar SOAR

IBM QRadar SOAR

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  k3s IP address check : App Host - IBM SOAR

    Posted Wed September 27, 2023 11:04 AM

    Hi Team,
    Greetings for the day!
    I have integrated the App Host (IBM SOAR) on RHEL 7.7 version. Can anyone help me, how check the IP address of K3s installed inside App Host.



    ------------------------------
    Ravi Sharma
    ------------------------------


  • 2.  RE: k3s IP address check : App Host - IBM SOAR

    Posted Thu September 28, 2023 09:52 AM
    Edited by Priya Sapra Thu September 28, 2023 09:52 AM

    Hi Ravi,

    Does something like

    kubectl get nodes -o wide

    provide the information that you're looking for?



    ------------------------------
    Priya Sapra
    ------------------------------



  • 3.  RE: k3s IP address check : App Host - IBM SOAR

    Posted Thu September 28, 2023 10:05 AM

    Thanks Priya,

    This is what I got when I ran the command: We actually changed the k3s IP (due to IP range conflict issue, just wanted to check the current k3s IP)



    ------------------------------
    Ravi Sharma
    ------------------------------



  • 4.  RE: k3s IP address check : App Host - IBM SOAR

    Posted Fri September 29, 2023 04:32 AM

    Hi Ravi,

    Also try sudo kubectl cluster-info dump | grep clusterIP. Presumably that will return the IP address you have set k3s to use. Remove the pipe and grep to see all the cluster-info.



    ------------------------------
    BEN WILLIAMS
    ------------------------------



  • 5.  RE: k3s IP address check : App Host - IBM SOAR

    Posted Sat September 30, 2023 12:15 AM

    Thanks a lot Ben,
    It worked. I could the the IPs now. 



    ------------------------------
    Ravi Sharma
    ------------------------------