11.1 Viewing Existing OIG Instances
The default Oracle Identity Governance (OIG) deployment starts the Administration Server
(AdminServer), one OIG Managed Server (oim_server1)
and one SOA Managed Server (soa_server1).
The deployment also creates, but doesn’t start, four extra OIG Managed Servers
(oim-server2 to oim-server5) and four more SOA Managed
Servers (soa_server2 to soa_server5).
All these servers are visible in the WebLogic Remote Console by navigating to Environment > Servers.
Run the following command to view the pods in the OIG
deployment:
kubectl --namespace <namespace> get podsFor
example:kubectl get pods -n oignsThe
output should look similar to the
following:NAME READY STATUS RESTARTS AGE
governancedomain-adminserver 1/1 Running 0 23h
governancedomain-oim-server1 1/1 Running 0 23h
governancedomain-soa-server1 1/1 Running 0 23h