Commit 2fe0decf authored by Vũ Hoàng Nam's avatar Vũ Hoàng Nam

Add some K8s manifest files.

parent b3966e74
apiVersion: v1
kind: Namespace
metadata:
name: mcu
labels:
env: marvel
apiVersion: v1
kind: Service
metadata:
name: first-nodeport
spec:
type: NodePort
ports:
- port: 8080
nodePort: 30001
targetPort: 8080
protocol: TCP
selector:
zone: dev
apiVersion: v1
kind: Pod
metadata:
name: first-pod
labels:
version: v1
zone: dev
spec:
containers:
- name: hello-ctr
image: nigelpoulton/k8sbook:1.0
ports:
- containerPort: 8080
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment