Mirtov Alexey 39959d40bc Update README.md 1 år sedan
..
terraform fb0fe31dd9 change yds part of solution v1.1 1 år sedan
README.md 39959d40bc Update README.md 1 år sedan

README.md

Export of kubernetes audit logs to Yandex Data Streams/Kinesis Data Streams

image

Prerequisites:

## 1) If you doing this from Russia just create the file and fill it out like this to use yandex network mirror:

cat ~/.terraformrc
provider_installation {
  network_mirror {
    url = "https://terraform-network-mirror.storage.yandexcloud.net/"
  }
}

2) Fill out the fields in the provider.tf file. 3) Fill out the fields in the terraform.tfvars.example file. (example below) 4) Run:

terraform init
terraform apply

Example of terraform.tfvars.example file:

folder_id                      = "b1gvnphpkgt8oechmpo0"
cloud_id                       = "b1g3o4minpkuh10pd2rj"
cluster_name                   = "k8s-for-export"

yds_stream_name = "stream-for-k8s-audit"
yds_id = "b1g3o4minpkuh10pd2rj" 
yds_ydb_id = "etnrmbadnrson5algn3s"