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
170eeeda
Commit
170eeeda
authored
Jan 18, 2024
by
Vũ Hoàng Nam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update manifest file.
parent
8e49d2d2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
36 additions
and
18 deletions
+36
-18
~$Chuong-trinh-dao-tao-thuc-tap-sinh-smarthome-platform-devops.xlsx
...rinh-dao-tao-thuc-tap-sinh-smarthome-platform-devops.xlsx
+0
-0
README.md
Week5/web-app/README.md
+1
-1
nodeport.yml
Week6/k8s-sample/nodeport.yml
+18
-0
pod-pvc.yml
Week7/nfs-sample/pod-pvc.yml
+17
-17
No files found.
Documents/~$Chuong-trinh-dao-tao-thuc-tap-sinh-smarthome-platform-devops.xlsx
deleted
100644 → 0
View file @
8e49d2d2
File deleted
Week5/web-app/README.md
View file @
170eeeda
...
@@ -9,7 +9,7 @@ Place your Docker network gateway IP in `.env`. And spin up the docker container
...
@@ -9,7 +9,7 @@ Place your Docker network gateway IP in `.env`. And spin up the docker container
```
```
docker network inspect bridge
docker network inspect bridge
docker-compose up
docker-compose up
```
```
w
### Tear down
### Tear down
...
...
Week6/k8s-sample/nodeport.yml
View file @
170eeeda
...
@@ -11,3 +11,21 @@ spec:
...
@@ -11,3 +11,21 @@ spec:
protocol
:
TCP
protocol
:
TCP
selector
:
selector
:
zone
:
dev
zone
:
dev
---
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
minio
namespace
:
default
spec
:
type
:
NodePort
ports
:
-
port
:
9090
nodePort
:
30001
targetPort
:
9090
selector
:
app.kubernetes.io/name
:
minio
app.kubernetes.io/instance
:
gix
\ No newline at end of file
Week7/nfs-sample/pod-pvc.yml
View file @
170eeeda
...
@@ -7,23 +7,23 @@ metadata:
...
@@ -7,23 +7,23 @@ metadata:
zone
:
dev
zone
:
dev
spec
:
spec
:
containers
:
containers
:
-
name
:
sh
-
name
:
sh
image
:
busybox:1.36
image
:
busybox:1.36
command
:
command
:
-
sleep
-
sleep
-
"
3600"
-
"
3600"
volumeMounts
:
volumeMounts
:
-
name
:
nfs-pvc
-
name
:
nfs-pvc
mountPath
:
/usr/share
mountPath
:
/usr/share
ports
:
ports
:
-
containerPort
:
8080
-
containerPort
:
8080
resources
:
resources
:
requests
:
requests
:
memory
:
"
512Mi"
memory
:
"
512Mi"
cpu
:
"
1000m"
cpu
:
"
1000m"
limits
:
limits
:
memory
:
"
1024Mi"
memory
:
"
1024Mi"
cpu
:
"
2000m"
cpu
:
"
2000m"
volumes
:
volumes
:
-
name
:
nfs-pvc
-
name
:
nfs-pvc
persistentVolumeClaim
:
persistentVolumeClaim
:
...
...
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