Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@routing-ci routing-ci released this 04 Jun 03:35
44fac6b

Notice

☢️ Since this release was created, we have accidentally pushed a branch with duplicate tags that mean that this release no longer points at the correct commit on the release-candidate branch. Do not rely on this tag or rely on the artifacts associated with this release! ☢️

Changes

Basic Ingress Routing:

  • Alana can confirm that Istio objects and Services describing CC Routes are represented in the K8s API details

  • Cody can confirm that an application on cf-for-k8s is accessible to end users via basic HTTP routing details

  • Cody can map/create routes that have FQDNs that are longer than 63 characters details

  • Cody can confirm that wildcard routes get successfully created on cf-for-k8s details

  • Cody can confirm that ingress TLS is configured for the "default" app domain for a vanilla installation of cf-for-k8s details

Securing app and system component communications:

  • Alana can confirm that all communication between metacontroller and route syncer are encrypted and mutually authenticated (via sidecars) details

  • Alana can confirm that connections between istio control- plane components are encrypted details

  • Cody can confirm that ensure that all communications between system components and between apps are encrypted and mutually authenticated (via sidecars) details

Exposing networking sub-system metrics:

  • Alana can identify memory usage of ingress router by looking at metrics details

  • Alana can use prometheus to see details such as number of http, and tcp connections being made by the incoming traffic details

  • Alana can confirm that envoy is receiving up-to-date information from istio control plane details