Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Refactor k8s #97

Merged
merged 22 commits into from
Sep 21, 2024
Merged

docs: Refactor k8s #97

merged 22 commits into from
Sep 21, 2024

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    43c23b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    96456f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. chore: Update Kubernetes resources for deployment, pod, job, replicas…

    …et, service, and namespace
    Pradumnasaraf committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f0ca8f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbad5ec View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    526ff75 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. feat: Add Kubernetes resources for demo-app namespace, api-node servi…

    …ce, api-golang service, client-react-nginx service, and strip-api-prefixes middleware
    
    - Added Namespace.yaml for demo-app namespace
    - Added Service.yaml for api-node service
    - Added Service.yaml for api-golang service
    - Added Service.yaml for client-react-nginx service
    - Added Middleware.yaml for strip-api-prefixes middleware
    Pradumnasaraf committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    24fdbf1 View commit details
    Browse the repository at this point in the history
  2. chore: Update resource limits and requests for client-react Deployment

    - Update the CPU limit to 50m and memory limit to 100Mi for the client-react Deployment in the demo-app namespace.
    - Add a new ConfigMap.yaml file for nginx-custom with an index.html file.
    - Add a new Deployment.yaml file for nginx-custom in the nginx-demo namespace.
    - Add a new Namespace.yaml file for nginx-custom.
    - Add a new Service.yaml file for nginx-custom in the nginx-demo namespace.
    - Add a new trivy.md file to provide information about Trivy and its installation and uninstallation.
    Pradumnasaraf committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    963204b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    a0a0cb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94dd08d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1f6cd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    b29f919 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c544576 View commit details
    Browse the repository at this point in the history
  3. refactor: Remove version field from compose.yaml

    fix: Correct formatting of ConfigMap example in Kubernetes introduction
    
    feat: Update startupProbe and readinessProbe in Kubernetes introduction
    
    feat: Update startupProbe failure threshold in Kubernetes introduction
    
    feat: Add probes and update pod lifecycle in Kubernetes introduction
    
    feat: Add string operations examples in Golang concepts
    Pradumnasaraf committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7359067 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    5cb220c View commit details
    Browse the repository at this point in the history
  2. feat: Add secret deployment and secret configuration files

    This commit adds the secret deployment and secret configuration files for the Kubernetes resources type documentation. The secret deployment file defines a pod that uses a secret to set environment variables for the container. The secret configuration file defines a secret with base64-encoded data for username, password, and email.
    
    Refactor the Kubernetes introduction to include information about using secrets for sensitive data.
    
    Fix formatting of the ConfigMap example in the Kubernetes introduction.
    
    Refactor the compose.yaml file by removing the version field.
    
    Refactor the startupProbe and readinessProbe configuration in the Kubernetes introduction.
    Pradumnasaraf committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3b7734b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    8c32f27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e2f6a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    51fc9be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0039cb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6f77c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d0ae22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0dfe2e9 View commit details
    Browse the repository at this point in the history