Skip to content

Commit

Permalink
Welcome to Stack Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalyan Reddy Daida authored and Kalyan Reddy Daida committed Jun 19, 2020
1 parent 5573462 commit 0fcfc96
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,9 @@ kubectl version --client --short
```
- Deploy Amazon EBS CSI Driver
```
# Deploy EBS CSI Driver
kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=master"
# Verify ebs-csi pods running
kubectl get pods -n kube-system
```
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,10 @@ kubectl run -it --rm --image=mysql:5.6 --restart=Never mysql-client -- mysql -h
mysql> show schemas;
```

## References:
- **Examples:** https://github.com/kubernetes-sigs/aws-ebs-csi-driver/tree/master/examples/kubernetes/dynamic-provisioning
- **EBS CSI Driver Dynamic Provisioning:** https://github.com/kubernetes-sigs/aws-ebs-csi-driver/tree/master/examples/kubernetes/dynamic-provisioning
- **EBS CSI Driver - Other Examples like Resizing, Snapshot etc:** https://github.com/kubernetes-sigs/aws-ebs-csi-driver/tree/master/examples/kubernetes



Binary file modified presentation/AWS-Fargate-and-EKS-Masterclass.pptx
Binary file not shown.

0 comments on commit 0fcfc96

Please sign in to comment.