Skip to content

Commit 1758344

Browse files
committed
Address review comments
1 parent b74ed8c commit 1758344

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

tags/tag-infrastructure/charter.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This TAG covers the following sub-domains and topics within its scope:
1313
- Performance metrics
1414
- Configuration settings
1515
- Permanent records like database entries
16-
- Storage: Storage used in cloud-native environments include block stores, file systems, object stores, databases, key-value stores, streaming and messaging, and related caching mechanisms. Our focus is on understanding the following fundamental characteristics and relating them to cloud-native use cases.
16+
- Storage: Storage used in cloud native environments include block stores, file systems, object stores, databases, key-value stores, streaming and messaging, and related caching mechanisms. Our focus is on understanding the following fundamental characteristics and relating them to cloud native use cases.
1717
- Availability
1818
- Scalability
1919
- Performance
@@ -22,13 +22,13 @@ This TAG covers the following sub-domains and topics within its scope:
2222
- Ease-of-use
2323
- Cost
2424
- Operational complexity
25-
- Networking: Core connectivity and traffic management in cloud-native systems. This can include:
26-
- DNS, load balancing, and service discovery
25+
- Networking: Core connectivity and traffic management in cloud native systems. This can include:
26+
- DNS, gateways, load balancing, and service discovery
2727
- Service mesh for inter-service communication
2828
- Connectivity and traffic management across environments
2929
- Policy enforcement for network security and compliance
3030
- Observability and monitoring of network behavior
31-
- Compute: Encompasses kernel and hypervisor-level compute primitives that underpin cloud-native infrastructure (workloads running in Public/Private Cloud, Edge, IoT, Batch, Big Data, AI/ML/LLMs, etc). This can include:
31+
- Compute: Encompasses kernel and hypervisor-level compute primitives that underpin cloud native infrastructure (workloads running in Public/Private Cloud, Edge, IoT, Batch, Big Data, AI/ML/LLMs, etc). This can include:
3232
- Internal components of container runtimes (at the kernel/user boundary)
3333
- System-level resource isolation (namespaces, cgroups)
3434
- Hypervisor interactions, and node-level bootstrap agents
@@ -42,20 +42,21 @@ This TAG covers the following sub-domains and topics within its scope:
4242
- Automation of operations
4343
- Observability and monitoring
4444
- Languages, schemas, and protocols enabling infrastructure-as-code tooling
45-
- Edge: Edge computing extends cloud-native principles to resource-constrained, distributed environments, often characterized by intermittent connectivity, diverse hardware, and location-aware workloads. This can include:
45+
- Edge: Edge computing extends cloud native principles to resource-constrained, distributed environments, often characterized by intermittent connectivity, diverse hardware, and location-aware workloads. This can include:
4646
- Edge-ready infrastructure
4747
- Cross-architecture workloads
4848
- Resilient multi-cluster deployments
4949
- Low latency, power efficiency (carbon footprint), remote ops
5050
- Cloud–edge interoperability
51-
- Sovereignty: Ensures cloud-native systems operate within jurisdictional, regulatory, and organizational constraints. This can include:
51+
- Sovereignty: Ensures cloud native systems operate within jurisdictional, regulatory, and organizational constraints. This can include:
5252
- Infrastructure and data portability across regions and providers
5353
- Runtime policy enforcement for compliance and governance
5454
- Operational continuity in disconnected or restricted environments
5555

5656
## Out of Scope
57+
- Scheduling, batch, serving, etc. are part of the TAG Workloads Foundation charter.
5758
- Hardware design and procurement are out of scope for this charter
58-
- Non cloud-native technologies (according to the CNCF Cloud Native definition)
59+
- Non cloud native technologies (according to the CNCF Cloud Native definition)
5960
- Anything not explicitly mentioned in the scope above is out of scope.
6061

6162
## Anticipated Deliverables

0 commit comments

Comments
 (0)