Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
  • 1 commit
  • 10 files changed
  • 0 commit comments
  • 1 contributor
@@ -6,20 +6,25 @@ docker-compose manifests to Kubernetes.
> Warning: These are just tests for reference and are not used
> at this time!
## Directories

* deployments - various infrastructure that's deployed and used to serve requests
* jobs - run-once jobs to accomplish various tasks
* providers - various support infrastructure needed for various providers.

## References

* Kubernetes persistant volume choices
* https://kubernetes.io/docs/concepts/storage/volumes/#types-of-volumes

## Deploying to a cluster
## Applying a deployment on a cluster

```kubectl apply -f service.yml```
## Tearing down from a cluster
## Deleting a deploymeny from a cluster
```kubectl delete -f service.yml```
> Warning: Deleting a deployment will disconnect the persistant storage
> from the pods, and i've yet to determine how to reattach. Be prepared
> to restore from backups. (run the snapshot job before doing this!)
## Digital Ocean
The "do" folder has things relevant to a deployment using the default Digital Ocean
managed k8s environment.
```kubectl delete -f service.yml```
File renamed without changes.
@@ -108,7 +108,8 @@ spec:
resources:
requests:
storage: 6Gi
storageClassName: do-block-storage-persist
storageClassName: do-block-storage
#storageClassName: do-block-storage-persist
---
apiVersion: v1
kind: Service
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

This file was deleted.

No commit comments for this range

You can’t perform that action at this time.