### Example: Create Deployment Entity Source: https://docs.newrelic.com/docs/change-tracking/config/cli An example demonstrating how to create a deployment entity using the 'newrelic entity deployment create' command. It requires specifying the entity's GUID and version. ```bash $ newrelic entity deployment create --guid INSERT_YOUR_GUID_HERE --version <1.0.0> ``` -------------------------------- ### Create Redis Example Application Source: https://docs.newrelic.com/docs/integrations/kubernetes-integration/link-apps-services/tutorial-monitor-redis-running-kubernetes Sets up the Redis and PHP Guestbook application on Kubernetes for monitoring. ```bash kubectl create -f https://raw.githubusercontent.com/kubernetes/examples/master/guestbook/all-in-one/guestbook-all-in-one.yaml ```