Skip to content

Commit

Permalink
Create task.md for day34
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushsachdeva authored Aug 26, 2024
1 parent 9332834 commit 7ca0fc2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Resources/Day34/task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## Task 34/40

In this exercise, you will upgrade Kubernetes to a newer version using `kubeadm`
> [!NOTE]
> If you do not already have a Kubernetes cluster, you can create a Kubernetes cluster using `kubeadm` by following Day 27 video.
### Task details
1. Login to your cluster and make sure it is healthy
2. Perform the cluster upgrade to a higher version by following the readme.md file in this folder
3. Make sure to upgrade worker nodes, control plane node, and components such as kubelet, kubectl and kubeadm.
4. After the cluster upgrade make sure your nodes are healthy and all the components are upgraded to the newer version.

5. **Share your learnings**: Document your key takeaways and insights in a blog post and social media update
6. **Make it public**: Share what you learn publicly on LinkedIn or Twitter.
- **Tag us and use the hashtag**: Include the following in your post:
- Tag [@PiyushSachdeva](https://www.linkedin.com/in/piyush-sachdeva) and [@CloudOps Community](https://www.linkedin.com/company/thecloudopscomm) (on both platforms)
- Use the hashtag **#40daysofkubernetes**
- **Embed the video**: Enhance your blog post by embedding the video lesson from the Kubernetes series. This will give you visual context and reinforce your written explanations.

## Blog Post Focus 📝

- **Clarity is essential**: Write your blog post clearly and concisely, making it easy for anyone to grasp the concepts, regardless of their prior Kubernetes experience.

0 comments on commit 7ca0fc2

Please sign in to comment.