witty-computer-79149
03/26/2025, 3:31 PMcreamy-pencil-82913
03/26/2025, 4:29 PMwitty-computer-79149
03/26/2025, 5:49 PMwitty-computer-79149
03/26/2025, 5:56 PMcreamy-pencil-82913
03/26/2025, 6:30 PMcreamy-pencil-82913
03/26/2025, 6:33 PMcreamy-pencil-82913
03/26/2025, 6:34 PMwitty-computer-79149
03/26/2025, 7:48 PMcreamy-pencil-82913
03/26/2025, 7:50 PMwitty-computer-79149
03/26/2025, 7:54 PMcreamy-pencil-82913
03/26/2025, 7:55 PMcreamy-pencil-82913
03/26/2025, 7:55 PMcreamy-pencil-82913
03/26/2025, 7:55 PMcreamy-pencil-82913
03/26/2025, 7:56 PMcreamy-pencil-82913
03/26/2025, 7:57 PMcreamy-pencil-82913
03/26/2025, 7:58 PMwitty-computer-79149
03/26/2025, 7:59 PMcreamy-pencil-82913
03/26/2025, 7:59 PMcreamy-pencil-82913
03/26/2025, 8:00 PMapiVersion: <http://networking.k8s.io/v1|networking.k8s.io/v1>
kind: Ingress
metadata:
name: team1
spec:
tls:
- hosts:
- *.<http://team1.example.com|team1.example.com>
secretName: team1-tls
rules:
- host: *.<http://team1.example.com|team1.example.com>
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: team1-service
port:
number: 80
---
apiVersion: <http://networking.k8s.io/v1|networking.k8s.io/v1>
kind: Ingress
metadata:
name: team2
spec:
tls:
- hosts:
- *.<http://team2.example.com|team2.example.com>
secretName: team2-tls
rules:
- host: *.<http://team2.example.com|team2.example.com>
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: team2-service
port:
number: 80
creamy-pencil-82913
03/26/2025, 8:01 PMwitty-computer-79149
03/26/2025, 9:53 PMwitty-computer-79149
03/26/2025, 10:39 PMvictorious-glass-17139
03/28/2025, 1:25 PMwitty-computer-79149
03/28/2025, 1:29 PMcreamy-pencil-82913
03/28/2025, 5:19 PMcreamy-pencil-82913
03/28/2025, 5:19 PMwitty-computer-79149
03/28/2025, 5:20 PMcreamy-pencil-82913
03/28/2025, 5:21 PMcreamy-pencil-82913
03/28/2025, 5:21 PMcreamy-pencil-82913
03/28/2025, 5:21 PMwitty-computer-79149
03/28/2025, 5:24 PMwitty-computer-79149
03/28/2025, 5:27 PMwitty-computer-79149
03/28/2025, 5:57 PMvictorious-glass-17139
04/01/2025, 1:27 PM@victorious-glass-17139 so are y’all doing the deployment for teams then? Like where does your responsibility begin and the app development team begin.
I’m not super interested in begin involved in every single minor change and constantly having to futz with “their” ingress. (edited)@witty-computer-79149 My team does the initial deployment of the app (k8s resources and pipeline) and the dev team has access to everything so they can make changes as needed going forward. However, in our case, if everything is working, manual changes after initial deployments are rare. but yeah, our goal is to hand all maintenance to the dev team themselves.
witty-computer-79149
04/01/2025, 11:25 PMvictorious-glass-17139
04/01/2025, 11:46 PMwitty-computer-79149
04/02/2025, 12:32 PMvictorious-glass-17139
04/02/2025, 1:36 PMwitty-computer-79149
04/02/2025, 1:38 PMvictorious-glass-17139
04/02/2025, 1:49 PMwitty-computer-79149
04/02/2025, 1:56 PMvictorious-glass-17139
04/02/2025, 8:37 PMwitty-computer-79149
04/03/2025, 2:35 PM