Instana U

 View Only
  • 1.  Instructions for installing instana backend on OCP

    Posted 24 days ago
    Hi everyone & Instana Team,
    I hope this messages finds you well
    Now, I'm trying to install instana backend on OCP but i have some problems with tls key and some other steps. So, can you give me a instructions for installing instana backend on OCP?
    Thanks for all

    --

     

    Thanks & Best regards,


    DUONG VAN QUYET


    Solution Integration Developer


    T   (84-24) 39 42 7100

    F   (84-24) 39 42 7102

    M (+84) 3585 62668

    M (+84) 8682 66612

           

     

     

     

    Rep. Office Ha Noi:

    6th Floor, IC Building, 82 Duy Tan Str.,

    Cau Giay Dist., Ha Noi, Vietnam

    www.svtech.com.vn




  • 2.  RE: Instructions for installing instana backend on OCP

    Posted 23 days ago

    Hi Quyet,


    Below are my notes from a few versions ago when I deployed Instana, which should still be relevant. I also recommend checking the official documentation:

    https://www.ibm.com/docs/en/instana-observability/current?topic=installing-instana-backend#creating-secrets

    We need to create a TLS certificate, which is required for the correct installation and operation of Instana. The generated certificate is added as a secret.

    openssl req -x509 -newkey rsa:2048 -keyout tls.key -out tls.crt -days 365 -nodes -subj "/CN=test"
    kubectl create secret tls instana-tls --namespace instana-core --cert=tls.crt --key=tls.key
    kubectl label secret instana-tls app.kubernetes.io/name=instana -n instana-core

    For the remaining steps, please specify your issues.



    ------------------------------
    ousco
    ------------------------------



  • 3.  RE: Instructions for installing instana backend on OCP

    Posted 22 days ago

    Thank for your support,
    I tryed but i have a problem with apply core.yaml 
    Do you have any instructions about deploy instana server on OCP?



    ------------------------------
    Quyet Duong
    ------------------------------



  • 4.  RE: Instructions for installing instana backend on OCP

    Posted 22 days ago

    Hi Quyet

    Our standard edition is much faster and simpler to install than the full custom deployment.

    Why did you choose custom? Standard can serve up to 6000 hosts and while there is a little bit less redundancy, this can be mitigated with a good DR strategy (or even some kind of real HA) imho. 

    Best regards

    Tom



    ------------------------------
    Tom Tammann
    ------------------------------



  • 5.  RE: Instructions for installing instana backend on OCP

    Posted 22 days ago

    Hi Tom,
    Thank for your response

    I have installed the standard edition many times and also on docker, but my customer is very interested in instana server development on OCP. so now I'm trying it out.



    ------------------------------
    Quyet Duong
    ------------------------------



  • 6.  RE: Instructions for installing instana backend on OCP

    Posted 22 days ago

    Hi

    what is the customer trying to achieve with custom? The costs of custom are sig higher, more HW and operations (day2) is more involved...

    Cheers

    Tom



    ------------------------------
    Tom Tammann
    ------------------------------



  • 7.  RE: Instructions for installing instana backend on OCP

    Posted 22 days ago

    I don't have complete notes, I relied mainly on the documentation.

    Could you please specify the problem with core.yaml? What does the operator say? What is the error message, and where exactly is the problem?



    ------------------------------
    Kamil Ousta
    ------------------------------