Craig Box
Craig Box
@lukaszgryglicki has regenerated our database as of ~15 minutes ago, so this data is as fresh as it comes. The [companies table](https://istio.devstats.cncf.io/d/5/companies-table?orgId=1&var-period_name=Last%20year&var-metric=contributions) reports the top 5 contributors to Istio in...
Given we seem to have decided to keep `PeerAuthentication` around in ambient mode, update the docs to remove the warning, and add the caveat you can't `DISABLE` mTLS any more....
https://github.com/istio/api/blob/master/security/v1/peer_authentication.proto: ``` // {{< warning >}} // Development of PeerAuthentication is currently frozen and likely to be replaced in Ambient. // {{< /warning >}} ``` https://github.com/istio/api/blob/master/security/v1beta1/peer_authentication.pb.html: ``` {{< warning >}}...
When I go to "Code Scanning" in a new GitHub repo and try and enable Kubescape there, it's not listed. https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace suggests the required steps to get into their marketplace.
**Describe the feature request** istioctl precheck should check for the correct version of the Gateway API CRDs for you, and (optionally) istioctl install should install them for you. **Describe alternatives...
We never changed the [callout colours](https://istio.io/latest/docs/releases/contribute/shortcodes/#callouts) when the site was redesigned: Please pick colours that have suitable contrast and better fit the aesthetic of the site. They appear to be...
Either of these: * https://github.com/igorshubovych/markdownlint-cli * https://github.com/DavidAnson/markdownlint-cli2 use the engine https://github.com/DavidAnson/markdownlint, which is based on https://github.com/markdownlint/markdownlint but seems more actively maintained. Replacing our existing implementation with one of them will...
https://istio.io/latest/docs/ops/deployment/performance-and-scalability/ > In Istio 1.21, a proxy consumes about 0.5 vCPU per 1000 requests per second. @howardjohn suggests this isn't necessarily true, or at the least it has not been...
start with "Is ztunnel a SPOF?" - content from https://blog.howardjohn.info/posts/ambient-spof/
https://istio.io/latest/docs/setup/platform-setup/kind/ The new target audience for this page is a Getting Started user. We should rewrite: - to not need to know about your Go version - s/MetalLB/Cloud Provider kind/,...