...
Code Block | ||
---|---|---|
| ||
oci: certificates: id: ocid1.certificate.oc1.eu-frankfurt-1.amaaaaaaqpnxi2aaftofigjmkytoomv2u2ycjenhvqsbarhfhpycfujihyyq backendNSG: ocid1.networksecuritygroup.oc1.eu-frankfurt-1.aaaaaaaaephkmmm3hsyqw57wvkfssqlc56ddj7yknhgz7cgajxijvhqkzflq healthcheck: desktoponline: port: 9001 ingressnginx: port: 443 environment: oci global: domain: example-cluster.stratus.oci.digitalroute.net ingressController: serviceName: ingress-nginx-controller imagePullSecrets: - name: ecr-cred licenseKey: VGhpcyBpcyBhIGZha2UgVXNhZ2UgRW5naW5lIFByaXZhdGUgRWRpdGlvbiBsaWNlbnNlIGtleSE= log: format: json platform: db: type: postgresql tls: cert: public: certManager certManager: public: issuer: kind: ClusterIssuer name: example-issuer enabled: true postgres: adminUsername: dbadmin host: example-cluster-db-primary.c70g0ggo8m66postgresql.eu-westfrankfurt-1.rdsoc1.amazonawsoraclecloud.com port: 5432 db: mz persistence: enabled: true |
...
Code Block |
---|
kubectl get pods -w -n uepe NAME READY STATUS RESTARTS AGE awsdesktop-loadonline-balancer-controller-8657757b7f-7dqgs5fdd4df85b-5hc6z 1/1 Running 0 7d13h aws-load-balancer-controller-8657757b7f-h2b2m 1/1 Running 0 7d13h97m desktopexternal-onlinedns-7c54755c9954fb5cb46b-hd5zw4lfld 1/1 Running 0 60s27h efsingress-csinginx-controller-77c44b5fc77477648b4c-6cjqtsz2nw 3/31/1 Running 0 7d13h27h efsoci-native-csiingress-controller-77c44b5fc76cd8cf8d79-qjqx8dz8zp 1/1 Running 0 3/3 Running 29h platform-0 7d13h efs-csi-node-5tcmt 3/31/1 Running 0 7d13h efs-csi-node-c9kfm97m uepe-operator-controller-manager-69c4b499c8-h9l8w 2/2 Running 0 97m uepe-operator-controller-manager-69c4b499c8-hxdcb 3/32/2 Running 0 7d13h efs-csi-node-zbwzc 3/3 Running 0 7d13h external-dns-78d56d8b74-r257g 1/1 Running 0 7d13h ingress-nginx-controller-7c5cb6456-2gjmj 1/1 Running 0 5h37m platform-0 1/1 Running 0 60s uepe-operator-controller-manager-86b758f558-2t94r 2/2 Running 0 60s uepe-operator-controller-manager-86b758f558-c92s7 2/2 Running 0 60s97m |
To get the Desktop Online web user interface hostname:
...
The output shows FQDN hostname, IP address and port to access desktop online web user interface.
...
interface.
Code Block |
---|
NAME CLASS HOSTS ADDRESS ADDRESS PORTS AGE desktop-online native-ic-ingress-class desktop-online.example-cluster.stratus.oci.digitalroute.net 130.162.252.220 80 PORTS AGE uepe 99m ingress-alb nginx-controller alb native-ic-ingress-class desktop-onlineingress.example-cluster.stratus.digitalroute.net,ingress.example-cluster.stratus.oci.digitalroute.net k8s-uepe-ingressa-bc9e668f78-186509862.eu-west-1.elb.amazonaws.com 130.162.252.220 80 14d99m |
The Desktop Online user interface should now be accessible at:
https://desktop-online.example-cluster.stratus.oci.digitalroute.net/
Note that it may take a little while before the DNS record gets registered.
...