Container Runtime Interface (CRI) Support and mTLS Kubernetes Integration (with CSR)#426
Open
dciangot wants to merge 5 commits intointerlink-hq:mainfrom
Open
Container Runtime Interface (CRI) Support and mTLS Kubernetes Integration (with CSR)#426dciangot wants to merge 5 commits intointerlink-hq:mainfrom
dciangot wants to merge 5 commits intointerlink-hq:mainfrom
Conversation
Signed-off-by: Diego Ciangottini <diego.ciangottini@pg.infn.it>
Signed-off-by: Diego Ciangottini <diego.ciangottini@pg.infn.it>
Signed-off-by: Diego Ciangottini <diego.ciangottini@pg.infn.it>
Signed-off-by: Diego Ciangottini <diego.ciangottini@pg.infn.it>
Signed-off-by: Diego Ciangottini <diego.ciangottini@pg.infn.it>
dciangot
commented
Oct 5, 2025
Member
Author
dciangot
left a comment
There was a problem hiding this comment.
This PR introduces substantial enhancements including native CRI support, Kubernetes mTLS integration using CSR, and improvements to CI/CD pipelines.
Pros:
- Comprehensive support for container lifecycle through CRI and integration with kubelet.
- Enhanced security with automated mTLS certificate management.
- Detailed documentation aiding deployment and migration.
- Maintains backward compatibility with existing deployments.
Suggestions:
- Consider adding automated tests specifically targeting new CRI functionalities to ensure ongoing stability.
- Verify CI/CD pipeline adjustments do not affect existing workflows adversely.
Overall, this is a significant and well-documented improvement that advances the project. Good job!
dciangot
commented
Oct 5, 2025
Member
Author
dciangot
left a comment
There was a problem hiding this comment.
Major feature PR introducing Container Runtime Interface (CRI) support and Kubernetes mTLS integration with CSR. Includes documentation and CI/CD improvements. Assigned to reviewer Bianco95. Please prioritize review for merging discussions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces native Container Runtime Interface (CRI) support and Kubernetes-based mTLS certificate management, representing a major evolution in interLink's architecture and deployment capabilities.
🚀 Key Features
CRI Implementation
Kubernetes mTLS Integration
Comprehensive Documentation
🔧 Technical Improvements
CI/CD Enhancements
Configuration Updates
🔄 Migration Path
For Existing Users:
For New Deployments:
🧪 TODO: Pre-Release Testing Coverage
📋 Breaking Changes