Skip to main content
New to Testkube? Unleash the power of cloud native testing in Kubernetes with Testkube. Get Started >

import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem"; import SimpleCurl from "../../workflows/simple-curl-workflow.md"

Basic Curl Example

Below is a basic workflow for executing a Curl command. You can paste this directly into the YAML of an existing or new test, just make sure to update the name and namespace for your environment if needed.

  • the spec.steps property defines a single step that runs the curl command.

After execution, you can see the output from the executions under the executions panel tabs:

The log output from the Curl execution:

Curl Log Output