Latitude.sh supports tagging, allowing you to categorize and manage your resources more effectively. Tags are key-value pairs that you can assign to your resources, making it easier to search, filter, and group them based on your specific needs.
You can manage tags programmatically using the Latitude.sh API.Refer to the Tags endpoint for detailed instructions on creating, updating, and deleting tags using API calls.
You can search and filter resources by tags using the API. Refer to the specific API documentation for detailed instructions on constructing API calls with tag-based filtering.Here’s an example on how you can retrieve a server with tag k8s
Use a consistent naming convention to maintain clarity and avoid confusion. Many companies use tags as key-value pairs to manage growing environments. You can use key-value pairs by splitting the tag with :. Here are a key-value examples:
env:productionenv:development, …
k8s:etcdk8s:workerk8s:control-plane
Assign tags that reflect your organization’s resource management practices, such as cost allocation, ownership, or environment.
Regularly review and clean up unused or obsolete tags to keep your tagging system organized and efficient.
By leveraging tags on Latitude.sh, you can streamline your resource management, access control, and reporting processes, making it easier to maintain and scale your infrastructure.