Hello World
This is my first test post and I just went for the usual “Hello World” post to see how things work.
Inspired by Techno Tim:
Testing some Mark Down
- test1
- test2
- test3
1
get-process | select name, id
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
apiVersion: apps/v1beta1
kind: Deployment
metadata:
name: hello-deployment
spec:
replicas: 1
template:
metadata:
labels:
run: hello-world
spec:
containers:
- name: hello
image: nginxdemos/hello:latest
ports:
- containerPort: 80