knative / knative/serving

User should be able to drop a path in the ingress level

Open
#13,228 5 comments 0 reactions 0 assignees View on GitHub
kind/feature triage/accepted
Dominant language
Go
Stars
6.1k
Forks
1.2k
Avg merge
2d 7h
Merged PRs (30d)
2

Description

## Describe the feature
Hello there,

Today, to drop a path, you need to implement a route that returns `404 http code status` when invoking your Knative service on that path. If you have configured scale to zero feature, this behaviour is not optimal as your pod will scale and you will be waiting for a few seconds (cold start time + time till your pod is in runnig state) for your path to be dropped.

I think we should be doing that in the ingress level without invoking the service

Contributor guide

Open the contributing guide

Research direction

No file or test is named in the issue. Begin at the networking ingress entry points and compare current path handling with the scale-to-zero request flow; completion means the configured path is rejected at ingress without invoking or waking the service, with coverage for that behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, kubernetes
Domain
networking
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
28/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.