Part 1: Overview #

Kosli is a very flexible tool - you can use it to drive a big transformation but you can also implement it without changing your existing process.

To start using Kosli you need a kosli account.

If you're eager to start using Kosli right away, check our "Get familiar with Kosli" tutorial that allows you to quickly try out Kosli features without the need to spin up a separate environment. No CI required.

You can start with reporting your artifacts from your CI pipelines to Kosli flows and get an overview of what you're building and testing. Or you can start with reporting environments and get an overview of what's running and where.

Once both flows and environments are in place you get a full picture - Kosli automatically connects the status of your runtime environments and reported artifacts so you can easily see when not qualified or suspicious artifacts made their way to your environments.

What does "using Kosli" really mean? #

It boils down to running Kosli CLI commands:

  • whenever an event related to your code or artifact happens in your CI pipeline - eg.: build, code coverage, static code analysis, security scan, etc (whatever your template requires)
  • scheduled to monitor environment - e.g.: as a cron job in your environment, or with a CI pipeline (depending on the type of the environment you may need to run it in the actual environment or from a machine that is able to connect to it)

No matter the order you chose for implementing Kosli in you development process, the end result will be the same, so feel free to start with either environments or flows. In this overview we'll explain environments first, before moving to flows.

Reporting environments #

All environment reporting commands are described in detail in Part 2: Environments section. And you can find a complete syntax in Kosli Client Reference.

Before you start reporting you need to create an environment in Kosli. You should have a separate Kosli environment for each runtime environment you're reporting.

What does "reporting environments" mean? You can learn more about the concept in Environments.

In practice it means running a CLI command. Depending on the type of your environment you would run this command:

  • in your CI, or on any machine able to access the environment: for ecs, lambda, s3 and k8s environment types
  • on the actual machine (or vm) that serves as your environment: for server, docker, k8s environment types (use helm chart to install Kosli reporter as a cronjob)

Once your reporting is up and running you'll see the results under "Environments" at app.kosli.com

Environments at app.kosli.com

Reporting artifacts and evidences #

All artifact/evidence reporting commands are described in detail in Part 3: Flows and following sections. And you can find a complete syntax in Kosli Client Reference.

Before you start reporting you need to create a flow in Kosli. Common practice is to have one Kosli flow per artifact type. E.g. if your CI pipeline produces one binary you'd report all builds of that binary to ONE Kosli flow. If the same CI pipeline was also producing a docker image or any other artifact you'd report it as an artifact to ANOTHER Kosli flow.

Once your Kosli flows are ready you can start reporting your artifacts and artifact related events (evidence, approvals, deployments).

You can report artifacts and events from wherever you want - including your own machine - but the common practice is to report it from CI pipelines immediately after it happens (or, in case of kosli expect deployment command, right before the deployment starts).