일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- 빅데이터
- 코딩테스트
- 프로그래머스
- 하둡
- EC2
- 리눅스
- 클라우드자격증
- IAM
- Identity and access management
- hadoop
- AWSCloudPractitioner
- mysql
- 데이터베이스
- AWS자격증
- 파이썬
- 클라우드컴퓨팅
- Multi Factor Authentication
- SQL
- hive
- RDBMS
- 클라우데라자격증
- 빅데이터실무자격증
- CCA131
- sql자격증
- 쉘스크립트
- CLF-01
- MFA
- SQLD
- programmers
- CCAAdministrator
- Today
- Total
Sherry IT Blog
version 매트릭 https://github.com/fabric8io/kubernetes-client#kubectl-java-equivalents GitHub - fabric8io/kubernetes-client: Java client for Kubernetes & OpenShift Java client for Kubernetes & OpenShift . Contribute to fabric8io/kubernetes-client development by creating an account on GitHub. github.com apache maven 빌드도구일때 다운로드 https://central.sonatype.com/artifact/io.fabric8/kubernetes-client/6.0.0..
https://cwienczek.com/2018/05/jupyter-on-kubernetes-the-easy-way/
apiVersion: apps/v1 kind: Deployment metadata: name: jupyter-notebook-deployment labels: app: jupyter-notebook spec: replicas: 1 selector: matchLabels: app: jupyter-notebook template: metadata: labels: app: jupyter-notebook spec: containers: - name: jupyter-notebook image: jupyter/scipy-notebook:latest ports: - containerPort: 8888 volumeMounts: - name: jupyter-notebook-persistent-storage mountPa..