This talk is all live demos of tools developers can use in their inner-loop, at development time to be more productive with containers.
Docker Compose captures the build arguments and run arguments so we can focus on our coding.
| apiVersion: k8s.keycloak.org/v2alpha1 | |
| kind: Keycloak | |
| metadata: | |
| name: keycloak | |
| labels: | |
| app: keycloak | |
| spec: | |
| instances: 1 | |
| tlsSecret: 'INSECURE-DISABLE' | |
| hostname: 'INSECURE-DISABLE' |
| kubectl apply -f https://raw.githubusercontent.com/pythianarora/total-practice/master/sample-kubernetes-code/metrics-server.yaml |
| $ kubectl get svc istio-ingressgateway -n istio-system |
| { | |
| "Logging": { | |
| "LogLevel": { | |
| "Default": "Information", | |
| "Microsoft": "Warning", | |
| "Microsoft.Hosting.Lifetime": "Information" | |
| } | |
| }, | |
| "AllowedHosts": "*", | |
| "Serilog": { |
| apiVersion: networking.istio.io/v1alpha3 | |
| kind: DestinationRule | |
| metadata: | |
| name: some-https-service | |
| spec: | |
| host: diary | |
| trafficPolicy: | |
| tls: | |
| mode: SIMPLE | |
| https://px.dev/ | |
| https://fastapi.tiangolo.com/ | |
| https://crystal-lang.org/ | |
| https://orangedatamining.com/ | |
| https://github.com/apache/superset |
| https://github.com/GoogleCloudPlatform/ai-platform-samples/blob/master/notebooks/samples/explanations/ai-explanations-tabular.ipynb | |
| https://github.com/GoogleCloudPlatform/ai-platform-samples/blob/master/notebooks/samples/explanations/ai-explanations-image.ipynb | |
| https://cloud.google.com/blog/products/ai-machine-learning/explaining-model-predictions-on-image-data | |
| https://cloud.google.com/ai-platform/training/docs/algorithms/tab-net-start |
| pod-ip-address.my-namespace.pod.cluster-domain.example. | |