Tag python
Most Pipular Python IDE, Editors
Tag IDE
Most Pipular Python IDE, Editors
Tag DB
Data Grip Home Page: https://www.jetbrains.com/ko-kr/datagrip/ 지원 OS: Windows, MacOS, Linux 지원 DB: PostgreSQL, MySQL, Oracle Database, SQL Server, Azure, Amazon Redshift, SQLPro, DB2, h2, Sybase, Exasol, Apache Derby, MariaDB, HyperSQL,...
Tag Client
SourceTree
Home Page: https://www.sourcetreeapp.com/
지원 OS: Windows, MacOS
License: Proprietary(Free)
Data Grip Home Page: https://www.jetbrains.com/ko-kr/datagrip/ 지원 OS: Windows, MacOS, Linux 지원 DB: PostgreSQL, MySQL, Oracle Database, SQL Server, Azure, Amazon Redshift, SQLPro, DB2, h2, Sybase, Exasol, Apache Derby, MariaDB, HyperSQL,...
Tag Git
SourceTree
Home Page: https://www.sourcetreeapp.com/
지원 OS: Windows, MacOS
License: Proprietary(Free)
Tag 3주차
nginx-pod.yml 1 2 3 4 5 6 7 8 9 10 11 apiVersion: v1 kind: Pod metadata: name: my-nginx-pod spec: containers: - name: my-nginx-container image: nginx:latest ports: - containerPort: 80...
Tag 6장
nginx-pod.yml 1 2 3 4 5 6 7 8 9 10 11 apiVersion: v1 kind: Pod metadata: name: my-nginx-pod spec: containers: - name: my-nginx-container image: nginx:latest ports: - containerPort: 80...
Tag kubernetes
create-namespace.yml
1
2
3
4
apiVersion: v1
kind: Namespace
metadata:
name: sch-test
production-namespace.yml
1
2
3
4
apiVersion: v1
kind: Namespace
metadata:
name: production
nginx-pod.yml 1 2 3 4 5 6 7 8 9 10 11 apiVersion: v1 kind: Pod metadata: name: my-nginx-pod spec: containers: - name: my-nginx-container image: nginx:latest ports: - containerPort: 80...
Tag K8S
create-namespace.yml
1
2
3
4
apiVersion: v1
kind: Namespace
metadata:
name: sch-test
production-namespace.yml
1
2
3
4
apiVersion: v1
kind: Namespace
metadata:
name: production
nginx-pod.yml 1 2 3 4 5 6 7 8 9 10 11 apiVersion: v1 kind: Pod metadata: name: my-nginx-pod spec: containers: - name: my-nginx-container image: nginx:latest ports: - containerPort: 80...
Tag examples
create-namespace.yml
1
2
3
4
apiVersion: v1
kind: Namespace
metadata:
name: sch-test
production-namespace.yml
1
2
3
4
apiVersion: v1
kind: Namespace
metadata:
name: production
nginx-pod.yml 1 2 3 4 5 6 7 8 9 10 11 apiVersion: v1 kind: Pod metadata: name: my-nginx-pod spec: containers: - name: my-nginx-container image: nginx:latest ports: - containerPort: 80...
Tag 4주차
production-namespace.yml
1
2
3
4
apiVersion: v1
kind: Namespace
metadata:
name: production
Tag 7장
production-namespace.yml
1
2
3
4
apiVersion: v1
kind: Namespace
metadata:
name: production
Tag namespace
production-namespace.yml
1
2
3
4
apiVersion: v1
kind: Namespace
metadata:
name: production
Tag configmap
production-namespace.yml
1
2
3
4
apiVersion: v1
kind: Namespace
metadata:
name: production
Tag secret
production-namespace.yml
1
2
3
4
apiVersion: v1
kind: Namespace
metadata:
name: production
Tag 5주차
create-namespace.yml
1
2
3
4
apiVersion: v1
kind: Namespace
metadata:
name: sch-test
Tag 9장
create-namespace.yml
1
2
3
4
apiVersion: v1
kind: Namespace
metadata:
name: sch-test
Tag PV
create-namespace.yml
1
2
3
4
apiVersion: v1
kind: Namespace
metadata:
name: sch-test
Tag Persistent Volume
create-namespace.yml
1
2
3
4
apiVersion: v1
kind: Namespace
metadata:
name: sch-test
Tag PVC
create-namespace.yml
1
2
3
4
apiVersion: v1
kind: Namespace
metadata:
name: sch-test
Tag Persistent Volume Claim
create-namespace.yml
1
2
3
4
apiVersion: v1
kind: Namespace
metadata:
name: sch-test
Tag Storage Class
create-namespace.yml
1
2
3
4
apiVersion: v1
kind: Namespace
metadata:
name: sch-test