Server-Side-Implementation

This commit is contained in:
2025-12-29 16:42:49 +01:00
commit c9d0322177
20 changed files with 1539 additions and 0 deletions

23
externalService.yaml Normal file
View File

@ -0,0 +1,23 @@
---
apiVersion: v1
kind: Service
metadata:
name: external-db-svc
spec:
type: ExternalName
externalName: "alumnihub4.kocoder.xyz"
# ---
# apiVersion: discovery.k8s.io/v1
# kind: EndpointSlice
# metadata:
# name: external-db-svc-1
# labels:
# kubernetes.io/service-name: external-db-svc
# addressType: IPv4
# ports:
# - name: http
# protocol: TCP
# port: 80
# endpoints:
# - addresses:
# - "10.1.0.2"