To launch a temporary Kibana pod you can use the following:
k run -i --tty --rm --image=kibana:6.8.15 --env="ELASTICSEARCH_URL=http://<ServiceNameOfElasticSearchPod>:9200" --port=5601 kibana
k port-forward pod/kibana 5601:5601
Then you can browse Safari/ Chrome/ Firefox and access localhost:5601