Creating a Service

    To create a Knative service, you will need:

    Procedure

    The following commands create a sample service. You can modify these commands, including the container image URL, to deploy your own application as a Knative service.

    Apply YAML

    After the service has been created, Knative performs the following tasks:

    • Performs network programming to create a route, ingress, service, and load balancer for your app.
    • Automatically scales your pods up and down based on traffic, including to zero active pods.