Skip to content

Commit 6e3d35f

Browse files
authored
Merge pull request #5 from oracle-quickstart/validation
2 parents d6addf7 + 11e1549 commit 6e3d35f

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

README.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ There are three ways to deploy this in your OCI infrastructure
1616
- Upload the module to the Oracle Resource Manager.
1717

1818
### Using the magic button
19+
20+
![](./images/magic-button-screenshot-1.png)
21+
1922
1. Click the button [![Deploy to Oracle Cloud][magic_button]][magic_sysdig_stack] to go to the OCI deployment wizard.
2023
2. Provide configuration parameters and credentials explained in the requirements section above.
2124
3. Follow the wizard isntructions and run **Plan** check the stack.
@@ -24,10 +27,32 @@ There are three ways to deploy this in your OCI infrastructure
2427

2528
### Using Terraform Scripts
2629

27-
You can use Terraform scripts to apply. If you are using Terraform (locally or via CloudShell), you need to copy the file `terraform.tfvars.example` to `terraform.tfvars` and populate the necessary variables.
30+
Using Terraform (locally or via CloudShell), copy the file `terraform.tfvars.example` to `terraform.tfvars` and configure the variables. Make sure you have the OCI CLI installed and configured, then go ahead with terraform init, plan and apply.
31+
32+
Basic configuration example
33+
````
34+
# OCI authentication
35+
tenancy_ocid = "ocid1.tenancy.oc1..aaaaaaaahpra2di6l4levg7gtrb7w25xplkrba3dkclhcff48vofxuvv36pd"
36+
37+
# Deployment compartment
38+
compartment_ocid = "ocid1.compartment.oc1..aaaaaaaatd5ktvvwe1r4mybei7nfqvcwfdsepggun4kvojgeh5mbibryy22tq"
39+
40+
# region
41+
region = "us-sanjose-1"
42+
43+
# Sysdig
44+
sysdig_access_key = "3e43321c-45ee-423d-b243-fab4d40cc87a"
45+
sysdig_settings_collector = "ingest-us2.app.sysdig.com" # us-west
46+
sysdig_settings_collector_port = "6443"
47+
sysdig_node_analyzer_api_endpoint = "us2.app.sysdig.com" # us-west
48+
````
2849

2950
## Start using Sysdig + OKE
30-
This quickstart...
51+
https://docs.sysdig.com/en/docs/sysdig-secure/getting-started-with-sysdig-secure
52+
53+
https://learn.sysdig.com
54+
55+
https://sysdig.com
3156

3257
[magic_button]: https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg
3358
[magic_sysdig_stack]: https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-quickstart/oke-sysdig/releases/latest/download/oke-sysdig-stack.zip
99.5 KB
Loading

0 commit comments

Comments
 (0)