To deploy applications in GKE, you can use Kubernetes. First, you need to create a Docker container image for your application. Then, define the application's configuration using Kubernetes manifests (YAML files) specifying replicas, resources, and services. Use the kubectl command-line tool to apply these manifests to your GKE cluster, which will deploy and manage your applications in containers.