Tutorials on Kosli developer documentation https://docs.kosli.com/tutorials/ Recent content in Tutorials on Kosli developer documentation Hugo en-us Get familiar with Kosli https://docs.kosli.com/tutorials/get_familiar_with_kosli/ Mon, 01 Jan 0001 00:00:00 +0000 https://docs.kosli.com/tutorials/get_familiar_with_kosli/ The following guide is the easiest and quickest way to try Kosli out and understand its features. It is made to run from your local machine, but the same concepts and steps apply to using Kosli in a production setup. Querying Kosli https://docs.kosli.com/tutorials/querying_kosli/ Mon, 01 Jan 0001 00:00:00 +0000 https://docs.kosli.com/tutorials/querying_kosli/ All the information stored in Kosli may be helpful both for operations and development. A set of <code>get</code>, <code>list</code>, <code>log</code> and <code>assert</code> commands allows you to quickly access the information about your environments, artifacts and deployments, without leaving your development environment. Detecting unauthorized Terraform IaC changes https://docs.kosli.com/tutorials/unauthorized_iac_changes/ Mon, 01 Jan 0001 00:00:00 +0000 https://docs.kosli.com/tutorials/unauthorized_iac_changes/ Authorized Terraform changes follow a predefined process that maintains a certain level of quality, security and safety for the underlying infrastructure. Unauthorized changes, however, can undermine the integrity and reliability of the infrastructure. Hence the importance of prompt detection of such changes. Attesting Snyk scans https://docs.kosli.com/tutorials/attest_snyk/ Mon, 01 Jan 0001 00:00:00 +0000 https://docs.kosli.com/tutorials/attest_snyk/ In this tutorial, we will see how you can run and attest different types of Snyk scans to Kosli. We will run the scans on the Kosli CLI git repo What do I do if Kosli is down? https://docs.kosli.com/tutorials/what_do_i_do_if_kosli_is_down/ Mon, 01 Jan 0001 00:00:00 +0000 https://docs.kosli.com/tutorials/what_do_i_do_if_kosli_is_down/ Customers use Kosli to attest evidence of their business and software processes. If Kosli is down, these attestations will fail. In this situation there is a built-in mechanism to instantly turn Kosli off and keep the pipelines flowing. When Kosli is back up, you can instantly turn Kosli back on. Creating custom CTRF attestation type https://docs.kosli.com/tutorials/custom-attestation-ctrf/ Mon, 01 Jan 0001 00:00:00 +0000 https://docs.kosli.com/tutorials/custom-attestation-ctrf/ In this tutorial, we will create a custom attestation type with schema and evaluation for Common Test Report Format How to report Kubernetes Clusters https://docs.kosli.com/tutorials/report_k8s_envs/ Mon, 01 Jan 0001 00:00:00 +0000 https://docs.kosli.com/tutorials/report_k8s_envs/ Kosli environments allow you to track changes in your physical/virtual runtime environments. Such changes must be reported from the runtime environment to Kosli. This tutorial shows you how to set up reporting of running artifacts from a Kubernetes cluster to Kosli. Evaluate trails with OPA policies https://docs.kosli.com/tutorials/evaluate_trails_with_opa/ Mon, 01 Jan 0001 00:00:00 +0000 https://docs.kosli.com/tutorials/evaluate_trails_with_opa/ Learn how to use kosli evaluate trail and kosli evaluate trails to check your Kosli trails against custom OPA/Rego policies. This tutorial walks through writing a policy that verifies pull requests have been approved. How to report ECS, Lambda and S3 environments https://docs.kosli.com/tutorials/report_aws_envs/ Mon, 01 Jan 0001 00:00:00 +0000 https://docs.kosli.com/tutorials/report_aws_envs/ Kosli environments allow you to track changes in your physical/virtual runtime environments. Such changes must be reported from the runtime environment to Kosli. This tutorial shows you how to set up reporting of running artifacts from a Kubernetes cluster to Kosli. Following a git commit to runtime environments https://docs.kosli.com/tutorials/following_a_git_commit_to_runtime_environments/ Mon, 01 Jan 0001 00:00:00 +0000 https://docs.kosli.com/tutorials/following_a_git_commit_to_runtime_environments/ In this 5 minute tutorial you'll learn how Kosli tracks &quot;life after git&quot; and shows you events from CI pipelines (eg, building the docker image, running the unit tests, deploying, etc) and runtime environments (eg, the blue-green rollover, instance scaling, etc) Using Kosli CLI with an HTTP proxy https://docs.kosli.com/tutorials/cli_and_http_proxy/ Mon, 01 Jan 0001 00:00:00 +0000 https://docs.kosli.com/tutorials/cli_and_http_proxy/ In enterprises with strict network policies, you might want to communicate with Kosli via an HTTP proxy as the single point of egress communication with Kosli. This tutorial shows how you can setup an HTTP proxy and use it when communicating with Kosli via the CLI. Tracing a production incident back to git commits https://docs.kosli.com/tutorials/tracing_a_production_incident_back_to_git_commits/ Mon, 01 Jan 0001 00:00:00 +0000 https://docs.kosli.com/tutorials/tracing_a_production_incident_back_to_git_commits/ In this 5 minute tutorial you'll learn how Kosli can track a production incident in Cyber-dojo back to git commits.