# Task List
This document outlines the tasks involved in setting up and deploying Radicale.
## Completed Tasks
- [x] Set up Docker container with Radicale
- [x] Push Docker image to container registry
- [x] Create Kubernetes Deployment
- [x] Create Kubernetes Service
- [x] Create Persistent Volume Claim (PVC)
- [x] Configure Ingress for external access
## Ongoing Tasks
- [ ] Add health checks to ensure Radicale’s uptime
- [ ] Configure CI/CD pipeline for automated image building and deployment