--- apiVersion: apps/v1 kind: Deployment metadata: name: bb-demo spec: replicas: 1 selector: matchLabels: bb: web template: metadata: labels: bb: web spec: containers: - name: bb-site image: inovtst9.u-aizu.ac.jp/s12xxxxx/bulletinboard:1.0 --- apiVersion: v1 kind: Service metadata: name: bb-entrypoint spec: type: LoadBalancer selector: bb: web ports: - port: 8080 targetPort: 8080 nodePort: 30001