Lab 3 - Ingress Networking & Connectivity via Nginx
Lab Objective
Deployment Steps
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: awx-ingress
namespace: awx
spec:
ingressClassName: nginx
rules:
- host: tower.home-cloud01.lab
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: awx-instance-serivce
port:
number: 30000
```


Step 4: Modify hosts file


PreviousLab 2 - AWX,AWX Operator Configurations & DeploymentsNextLab 4: AWX Web Console & accessibility on LAN
Last updated