Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
devops-intern-labs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Nam
devops-intern-labs
Commits
2fe0decf
Commit
2fe0decf
authored
Jan 12, 2024
by
Vũ Hoàng Nam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some K8s manifest files.
parent
b3966e74
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
0 deletions
+32
-0
namespace.yml
Week6/namespace.yml
+6
-0
nodeport.yml
Week6/nodeport.yml
+13
-0
pod.yml
Week6/pod.yml
+13
-0
No files found.
Week6/namespace.yml
0 → 100644
View file @
2fe0decf
apiVersion
:
v1
kind
:
Namespace
metadata
:
name
:
mcu
labels
:
env
:
marvel
Week6/nodeport.yml
0 → 100644
View file @
2fe0decf
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
first-nodeport
spec
:
type
:
NodePort
ports
:
-
port
:
8080
nodePort
:
30001
targetPort
:
8080
protocol
:
TCP
selector
:
zone
:
dev
Week6/pod.yml
0 → 100644
View file @
2fe0decf
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment