Results 19 issues of Saverio Proto

### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)...

enhancement
service/kubernetes-cluster

Implements support for AKS addOn Web Application Routing https://learn.microsoft.com/en-us/azure/aks/web-app-routing?tabs=with-osm Fixes #18386

service/kubernetes-cluster

**What steps did you take and what happened:** I created a `SecretProviderClass`: ``` --- apiVersion: secrets-store.csi.x-k8s.io/v1 kind: SecretProviderClass metadata: name: istio-tls namespace: istio-ingress spec: provider: azure parameters: ...... ``` I...

enhancement

Renamed vconfig tool in vconf because of name collision with the standard vconfig Linux VLAN tool

Using the python:3.10.11-slim-bullseye base image to: * be able to build for other platforms in addition to amd64 (important for Apple Silicon). * make it possible to have reproducible images...

From Kubernetes docs: https://kubernetes.io/docs/concepts/containers/ Containers are intended to be stateless and immutable: you should not change the code of a container that is already running. If you have a containerized...

I want to use the chechire-cat running it into my Azure subscription and consuming the internal endpoint of Azure Cognitive Services Open AI. In addition to the key value, I...

### System Info langchain==0.0.169 ### Who can help? @hwchase17 @ekzh ### Information - [ ] The official example notebooks/scripts - [ ] My own modified scripts ### Related Components -...