Twin DataPond is a collection of Kubernetes YAML configurations used during master's degree research and deployment phases. This repository contains all the YAML files used in the master's thesis research:
"Design and Implementation of Cloud-native Digital Twin Service Cluster"
The configurations range from actively used production deployments to deprecated experimental setups, serving as both a working toolkit and historical reference for digital twin infrastructure development.
π Repository Status:
This repository primarily serves for lab team knowledge transfer and reference. While it contains practical deployment configurations, it's designed more for internal team handover than professional external use.
π Repository Evolution:
This repository is currently being reorganized and may be reclassified with a new name in the future to better reflect its expanded scope.
- π Master's Research Archive: Complete collection of YAML files from thesis research
- π Mixed Status: Contains both actively used and deprecated configurations
- ποΈ Infrastructure as Code: K8S deployment configurations for digital twin services
- π Knowledge Transfer: Designed for lab team handover and reference
- π Historical Reference: Documentation of cloud-native digital twin cluster evolution
twin-datapond/
βββ π kubernetes/ # K8S Deployment YAMLs
β βββ Spark/ # Includes practical K8S-based OTF-based data collection and processing deployments and examples.
β βββ Infra Deployment ~~/
βββ π examples/ # Example Code & Experiments
βββ π docs/ # Documentation
β βββ wiki/ # Wiki content
βββ π README.md # This file
Component | Location | Description | Purpose |
---|---|---|---|
π Kubernetes YAMLs | kubernetes/ |
Complete deployment configurations and test YAMLs for K8S | Production & testing deployment |
π‘ Example Code | examples/ |
Experimental code and usage examples independent of K8S deployment | Learning & development |
π Documentation | docs/wiki/ |
Comprehensive usage guides and deployment instructions | Reference & tutorials |
- Kubernetes Cluster: Access to MobileX cluster
- kubectl: Kubernetes command-line tool configured
- Lab Access: Internal lab network access required
β οΈ Important: These configurations contain specific IP addresses and settings from the original research environment. Review and modify according to your deployment requirements.
Currently, general lab members are only permitted to deploy Pods within the name-twin namespace. For namespace rules or deployment permissions on the upcoming TwinX Cluster, please contact PhD student Kangryul Kim.
-
Clone Repository
git clone https://github.com/SmartX-Team/twin-datapond.git cd twin-datapond
-
Configure Environment
# To deploy to the existing MobileX Cluster, please contact the cluster administrator, Ho Kim, for access tokens and login credentials. # You need login Key Cloak (MobileX Cluster Created Kim Ho)
-
Deploy Core Services
# Deploy base infrastructure kubectl apply -f kubernetes/*.yaml # Deploy services kubectl apply -f kubernetes/services/
-
Verify Deployment
# Check pod status kubectl get pods -n name-twin # Check services kubectl get services -n name-twin
π‘οΈ Security Notice:
While our research lab operates on a completely internal network, this repository contains exposed IP addresses and passwords. We considered making it private but maintain public access for easier reference and team handover.Future Plans: When the new TwinX Cluster construction is complete and new deployments begin, IP rules will be clearly established.
- Historical Context: Configurations from master's degree research period
- Mixed Status: Some actively used, others deprecated
- Lab Reference: Designed for internal team knowledge transfer
# Example configuration
export CLUSTER_NAME="mobilex-cluster"
export NAMESPACE="twin-datapond"
export DATA_PIPELINE_VERSION="v1.0.0"
This repository contains all Kubernetes YAML configurations used in the master's thesis:
"Design and Implementation of Cloud-native Digital Twin Service Cluster"
- Production YAMLs: Configurations that were actively used during research
- Experimental Setups: Test configurations and proof-of-concept deployments
- Deprecated Components: Historical configurations kept for reference
- Infrastructure Evolution: Documentation of cluster development over time
- Review Configuration Status: Check if configurations are still active or deprecated
- Modify IP Settings: Update IP addresses and credentials for your environment
- Test Carefully: Verify configurations in development environment first
- Document Changes: Keep track of modifications for future reference
Note: This repository is primarily designed for internal lab team handover. External users should use these configurations as reference and adapt them to their specific environments.
Comprehensive documentation is available in the repository wiki:
- Deployment Guides: Step-by-step deployment instructions
- Configuration References: Detailed parameter explanations
- Troubleshooting: Common issues and solutions
- Best Practices: Recommended patterns and approaches
π Wiki Access:
Visit the repository wiki for detailed usage instructions and deployment guides.
-
Use Testing YAMLs
# Test configurations before production kubectl apply -f kubernetes/testing/
-
Validate Deployment
# Check resource status kubectl describe pods -n twin-datapond
-
Monitor Logs
# View service logs kubectl logs -f deployment/twin-datapond -n twin-datapond
- Add Example Code to
examples/
directory - Include Documentation in relevant README files
- Test Thoroughly in testing environment
- Submit Pull Request with detailed description
- Network Isolation: External access blocked by default
- IP/Port Protection: Direct exposure poses minimal risk
- Configuration Security: Avoid exposing sensitive data in code
- Access Control: Cluster access permissions required
- Use ConfigMaps for non-sensitive configuration
- Leverage Kubernetes Secrets for sensitive data
- Implement proper RBAC policies
- Regular security audits and updates
- Repository Reorganization: Future reclassification planned
- Enhanced Documentation: Expanded wiki content
- Improved Examples: More comprehensive example code
- Better Integration: Enhanced third-party integrations
This project is licensed under the MIT License - see the LICENSE file for details.
- SmartX Research Lab - For providing research environment and infrastructure
- Master's Thesis Research - Foundation for cloud-native digital twin cluster design
- Kubernetes Community - For the robust container orchestration platform
- Lab Team Members - For collaborative development and knowledge sharing
π Repository for lab team knowledge transfer and research reference
Preserving digital twin infrastructure knowledge for future research