ckad
ckad copied to clipboard
Support files for Pluralsight CKAD course
Task 8 referenced wrong previous task.
missed a --save-config
[task 3](https://github.com/nigelpoulton/ckad/tree/main/2%20Application%20Deployment/2%20Use%20Kubernetes%20Primitives%20to%20Implement%20Common%20Deployment%20Strategies#task-3) refers to ckad:stable and ckad:canary both images result in errImagePulls in the deployed pods.
Hello, enjoying the course so far on Pluralsight, however I noticed that course 4 files and videos on configuration are both missing. Is this simply an oversight or still in...
For `3 Application Observability and Maintenance/3 Implementing Probes and Health Checks/health-probes/dockerfile`: ``` You must install or update .NET to run this application. App: /app/health-probes.dll Architecture: x64 Framework: 'Microsoft.NETCore.App', version '7.0.0'...
`djackets_vue` Dockerfile specifies `FROM node:lts-alpine` which at the time of writing is `v20.13.1` In this version it appears there are OpenSSL changes that are no longer compatible with libraries included...
The `djackets_django` Dockerfile specified `FROM python:3` which is now 3.12. Build throws errors when installing PyYAML: ``` 7.575 Collecting PyYAML==6.0 (from -r requirements.txt (line 27)) 7.610 Downloading PyYAML-6.0.tar.gz (124 kB)...